Remove some debug statements
This commit is contained in:
@@ -224,7 +224,6 @@ def execute_strategy(callback, strategy):
|
||||
log.error(f"Symbol not supported by account: {symbol}")
|
||||
return
|
||||
|
||||
print("INSTRUMENTS", instruments)
|
||||
# Extract the information for the symbol
|
||||
instrument = strategy.account.client.extract_instrument(instruments, symbol)
|
||||
if not instrument:
|
||||
|
||||
Reference in New Issue
Block a user