Remove unused line

This commit is contained in:
Matthias Voppichler 2018-04-21 22:35:17 +02:00
parent 990f8a996b
commit 573b6b8e15
1 changed files with 0 additions and 1 deletions

View File

@ -471,7 +471,6 @@ class FreqtradeBot(object):
# Check if trade is still actually open
if int(order['remaining']) == 0:
# self.maybe_update_real_amount(trade)
continue
if order['side'] == 'buy' and ordertime < timeoutthreashold: