mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-05 22:00:25 +00:00
chore: remove pointless, very noisy log message.
This commit is contained in:
@@ -111,7 +111,6 @@ def populate_dataframe_with_trades(
|
||||
cached_grouped_trades is not None
|
||||
and (candle_start == cached_grouped_trades["date"]).any()
|
||||
):
|
||||
logger.info(f"Using cached orderflow data for {candle_start}")
|
||||
# Check if the trades are already in the cache
|
||||
cache_idx = cached_grouped_trades.index[
|
||||
cached_grouped_trades["date"] == candle_start
|
||||
|
||||
Reference in New Issue
Block a user