Skip to content

Commit 9d099ac

Browse files
remove comment
1 parent f219996 commit 9d099ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,6 @@ def run_optimized_candidate(
19891989
)
19901990
)
19911991
console.rule()
1992-
# print(type(code_context), type(candidate))
19931992
match, diffs = compare_test_results(baseline_results.behavior_test_results, candidate_behavior_results)
19941993
if match:
19951994
logger.info("h3|Test results matched ✅")

0 commit comments

Comments
 (0)