Skip to content

Commit

Permalink
Merge pull request #21 from TheJacksonLaboratory/update-client-with-c…
Browse files Browse the repository at this point in the history
…hanged-endpoints

Removing extra print call
  • Loading branch information
bergsalex authored Feb 23, 2024
2 parents 0451974 + e37d8f0 commit e28d8ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "geneweaver-client"
version = "0.7.0a2"
version = "0.7.0a3"
description = "A Python Client for the Geneweaver API"
authors = ["Jax Computational Sciences <[email protected]>"]
readme = "README.md"
Expand Down
1 change: 0 additions & 1 deletion src/geneweaver/client/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def _poll_for_flow_completion(
)

token_data = token_response.json()
print(token_data)
if token_response.status_code == 200:
print("Authenticated!")
print("- Id Token: {}...".format(token_data["id_token"][:10]))
Expand Down

0 comments on commit e28d8ef

Please sign in to comment.