Skip to content

Commit

Permalink
remove unnecessary logs
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Jan 7, 2024
1 parent d85973c commit a5df67d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion jhub_apps/service/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ def get_jupyterhub_config():
logger.info(f"Getting JHub config from file: {jhub_config_file_path}")
hub.load_config_file(jhub_config_file_path)
config = hub.config
logger.info(f"JHub config from file: {config}")
logger.info(f"JApps config: {config.JAppsConfig}")
return config

Expand Down
4 changes: 0 additions & 4 deletions jhub_apps/spawner/spawner_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ class JHubSpawner(base_spawner):
async def _get_user_auth_state(self):
try:
auth_state = await self.user.get_auth_state()
print("PRINT-------------------")
logger.info("^"*100)
logger.info(f"auth_state: {auth_state}")
logger.info("^"*100)
return auth_state
except Exception as e:
logger.exception(e)
Expand Down

0 comments on commit a5df67d

Please sign in to comment.