Remove test code

This commit is contained in:
Matthias 2020-08-22 16:08:54 +02:00
parent 11e69bdd65
commit 3d7e800ff2

View File

@ -138,9 +138,6 @@ class FreqtradeBot:
# This will update the database after the initial migration
self.update_open_orders()
# TODO: remove next call once testing is done - this is called on every iteration.
self.update_closed_trades_without_assigned_fees()
def process(self) -> None:
"""
Queries the persistence layer for open trades and handles them,