From 98c90fa93cb64e3a130373782d7a7a6493bcdf01 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Wed, 17 Jul 2024 15:36:14 +0100 Subject: [PATCH] Do not print --- egi_notebooks_hub/egiauthenticator.py | 4 ---- 1 file changed, 4 deletions(-) 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):