Skip to content

Commit

Permalink
Do not print
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jul 17, 2024
1 parent 76d5220 commit 98c90fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions egi_notebooks_hub/egiauthenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ async def _get_previous_hub_token(self, user, jwt_token):
auth_state = await user.get_auth_state()
if auth_state and auth_state.get("access_token", None) == jwt_token:
self.log.debug("JWT previously validated, reusing API token if available")
print("*" * 80)
print("*" * 80)
print("*" * 80)
print("*" * 80)
return auth_state.get("jwt_api_token", None)

def _get_token(self):
Expand Down

0 comments on commit 98c90fa

Please sign in to comment.