Remove some print statements

This commit is contained in:
2022-10-29 14:05:48 +01:00
parent 6902665ffb
commit 31a77e88ad
3 changed files with 0 additions and 5 deletions

View File

@@ -55,7 +55,6 @@ def post_trade(trade):
log.error(f"Error placing limit order: {e}")
return (False, e)
print("ORDER", order)
else:
raise Exception("Unknown trade type")
trade.response = order