Skip to content

Commit 5cb41ba

Browse files
committed
chore: don't log timeframe from cli twice
part of freqtrade#12212
1 parent 54bebea commit 5cb41ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

freqtrade/configuration/configuration.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ def _process_optimize_options(self, config: Config) -> None:
312312
"recursive_strategy_search",
313313
"Recursively searching for a strategy in the strategies folder.",
314314
),
315-
("timeframe", "Overriding timeframe with Command line argument"),
316315
("export", "Parameter --export detected: {} ..."),
317316
("backtest_breakdown", "Parameter --breakdown detected ..."),
318317
("backtest_cache", "Parameter --cache={} detected ..."),

0 commit comments

Comments
 (0)