From da138ee1b31eae31929371687ca3c276d6297ae3 Mon Sep 17 00:00:00 2001 From: khushal Date: Mon, 23 Dec 2024 16:36:16 +0530 Subject: [PATCH] (20241223) Minor bug fix. --- controllers_v2/finstitutions/trading/zerodha_kite.py | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers_v2/finstitutions/trading/zerodha_kite.py b/controllers_v2/finstitutions/trading/zerodha_kite.py index 4c87d27..a387135 100644 --- a/controllers_v2/finstitutions/trading/zerodha_kite.py +++ b/controllers_v2/finstitutions/trading/zerodha_kite.py @@ -220,7 +220,6 @@ class ZerodhaKiteTradingController(TradingController): api_secret = auth_token.auth["apiSecret"] ) zerodha_auth_token = ZerodhaKiteAuthTokens(**session_data) - print(zerodha_auth_token) # Prepare the inputs to save to the database: auth_url = await self.get_authorization_url(api_key = auth_token.auth["apiKey"])