Remove some debug statements

This commit is contained in:
2022-11-11 07:20:00 +00:00
parent afb0504dca
commit 3f855dfb59
2 changed files with 0 additions and 3 deletions

View File

@@ -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: