Skip to content

Commit 583b464

Browse files
committed
removed comment
1 parent 0680f79 commit 583b464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/optimization/optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def run(self) -> None:
8282
function_optimizer = None
8383
file_to_funcs_to_optimize: dict[Path, list[FunctionToOptimize]]
8484
num_optimizable_functions: int
85-
# if self.args.benchmark:
85+
8686
# discover functions
8787
(file_to_funcs_to_optimize, num_optimizable_functions) = get_functions_to_optimize(
8888
optimize_all=self.args.all,

0 commit comments

Comments
 (0)