Skip to content

Commit 42b4637

Browse files
authored
Apply suggestion from @aseembits93
1 parent ac50ae2 commit 42b4637

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

codeflash/lsp/features/perform_optimization.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ def sync_perform_optimization(server: CodeflashLanguageServer, cancel_event: thr
108108
"status": "error",
109109
"message": f"No best optimizations found for function {function_to_optimize_qualified_name}",
110110
}
111-
# generate optimization review here
112-
113111
# generate a patch for the optimization
114112
relative_file_paths = [code_string.file_path for code_string in code_context.read_writable_code.code_strings]
115113
speedup = original_code_baseline.runtime / best_optimization.runtime

0 commit comments

Comments
 (0)