From 56df7ad9fc228e9777e919477e0b9895087db473 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 29 Oct 2024 06:57:52 +0100 Subject: [PATCH] chore: remove unnecessary commented log statement --- freqtrade/optimize/backtesting.py | 1 - 1 file changed, 1 deletion(-) diff --git a/freqtrade/optimize/backtesting.py b/freqtrade/optimize/backtesting.py index 03c7bcccc..4b8091f87 100644 --- a/freqtrade/optimize/backtesting.py +++ b/freqtrade/optimize/backtesting.py @@ -732,7 +732,6 @@ class Backtesting: trade.close_date = current_time trade.close(order.ft_price, show_msg=False) - # logger.debug(f"{pair} - Backtesting exit {trade}") LocalTrade.close_bt_trade(trade) self.wallets.update() self.run_protections(pair, current_time, trade.trade_direction)