File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
freqtrade/optimize/hyperopt Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ def __init__(self, config: Config) -> None:
9393
9494 self .print_all = self .config .get ("print_all" , False )
9595 self .hyperopt_table_header = 0
96- self .print_colorized = self .config .get ("print_colorized" , False )
9796 self .print_json = self .config .get ("print_json" , False )
9897
9998 self .hyperopter = HyperOptimizer (self .config )
@@ -281,9 +280,6 @@ def start(self) -> None:
281280 with Parallel (n_jobs = config_jobs ) as parallel :
282281 jobs = parallel ._effective_n_jobs ()
283282 logger .info (f"Effective number of parallel workers used: { jobs } " )
284- # console = Console(
285- # color_system="auto" if self.print_colorized else None,
286- # )
287283
288284 # Define progressbar
289285 with get_progress_tracker (
You can’t perform that action at this time.
0 commit comments