removed print statements

This commit is contained in:
Gert Wohlgemuth
2018-06-14 16:32:37 -07:00
parent a5ce533b35
commit fc86d32f12
6 changed files with 0 additions and 8 deletions

View File

@@ -501,7 +501,6 @@ with limit `{buy_limit:.8f} ({stake_amount:.6f} \
continue
ordertime = arrow.get(order['datetime']).datetime
print(order)
# Check if trade is still actually open
if (int(order['filled']) == 0) and (order['status'] == 'open'):
if order['side'] == 'buy' and ordertime < buy_timeoutthreashold: