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
|
cached_grouped_trades is not None
|
||||||
and (candle_start == cached_grouped_trades["date"]).any()
|
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
|
# Check if the trades are already in the cache
|
||||||
cache_idx = cached_grouped_trades.index[
|
cache_idx = cached_grouped_trades.index[
|
||||||
cached_grouped_trades["date"] == candle_start
|
cached_grouped_trades["date"] == candle_start
|
||||||
|
|||||||
Reference in New Issue
Block a user