diff --git a/backend/pashub_fetcher/handler/handler.py b/backend/pashub_fetcher/handler/handler.py index 47e45714..df187f3e 100644 --- a/backend/pashub_fetcher/handler/handler.py +++ b/backend/pashub_fetcher/handler/handler.py @@ -15,7 +15,7 @@ def handler(event: Mapping[str, Any], context: Any) -> None: try: token: str = get_token_from_local_storage(pas_hub_email, pas_hub_password) - logger.info(f"Token extracted successfully: {token}") + logger.info(f"Token extracted successfully") except: logger.error("Error getting auth token from Pas Hub") raise