mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Remove duplicate log message
This commit is contained in:
parent
31219299d2
commit
84e8a19bd3
|
@ -154,8 +154,6 @@ def populate_dataframe_with_trades(
|
|||
logger.debug(f"Found NO candles for trades starting with {candle_start}")
|
||||
logger.debug(f"trades.groups_keys in {time.time() - start_time} seconds")
|
||||
|
||||
logger.debug(f"trades.singleton_iterate in {time.time() - start_time} seconds")
|
||||
|
||||
except Exception as e:
|
||||
logger.exception("Error populating dataframe with trades:", e)
|
||||
raise DependencyException(e)
|
||||
|
|
Loading…
Reference in New Issue
Block a user