From 27634ef26a6c9be1405b4185cdedb54c648af51d Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Tue, 2 May 2023 13:00:41 +0100 Subject: [PATCH] Remove some debug logging --- core/management/commands/scheduling.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/management/commands/scheduling.py b/core/management/commands/scheduling.py index 432c3c9..36f0a40 100644 --- a/core/management/commands/scheduling.py +++ b/core/management/commands/scheduling.py @@ -33,11 +33,7 @@ async def aggregator_job(): for account in accounts: account_id = account["account_id"] requisition_id = account["requisition_id"] - log.debug(f"Polling currency {account['currency']}") if account["currency"] not in open_trade_currencies: - log.debug( - f"Skipping {account_id}, not in {open_trade_currencies}" - ) continue # Next account # Avoid hammering the API with new access token requests if instance is None: