diff --git a/egi_notebooks_hub/egiauthenticator.py b/egi_notebooks_hub/egiauthenticator.py index 5c15b59..241dac1 100644 --- a/egi_notebooks_hub/egiauthenticator.py +++ b/egi_notebooks_hub/egiauthenticator.py @@ -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):