diff --git a/controllers_v2/finstitutions/trading/zerodha_kite.py b/controllers_v2/finstitutions/trading/zerodha_kite.py index c20b356..6658441 100644 --- a/controllers_v2/finstitutions/trading/zerodha_kite.py +++ b/controllers_v2/finstitutions/trading/zerodha_kite.py @@ -280,8 +280,6 @@ class ZerodhaKiteTradingController(TradingController): symbols_subset = kite.instruments(exchange = exchange) symbols_subset = [TradingSymbol.from_zerodha_kite(s) for s in symbols_subset] symbol_list.data += symbols_subset - print("LEN(EXC):", len(symbols_subset)) - print("LEN(SYM):", len(symbol_list.data)) symbol_list.success = True symbol_list.message = "Symbol list retrieved successfully."