From 267d9333a18287e2d31feb32c6f8b296ae9277dd Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 6 Dec 2024 20:09:07 +0100 Subject: [PATCH] chore: remove pointless, very noisy log message. --- freqtrade/data/converter/orderflow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/freqtrade/data/converter/orderflow.py b/freqtrade/data/converter/orderflow.py index 877325e5e..d82cccdb5 100644 --- a/freqtrade/data/converter/orderflow.py +++ b/freqtrade/data/converter/orderflow.py @@ -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