Skip to content

Commit 77e24f9

Browse files
committed
clean up beta.py
1 parent b920b92 commit 77e24f9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

codeflash/lsp/beta.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,3 @@ def perform_function_optimization( # noqa: PLR0911
292292
"extra": f"Speedup: {speedup:.2f}x faster",
293293
"optimization": optimized_source,
294294
}
295-
296-
297-
if __name__ == "__main__":
298-
from codeflash.cli_cmds.console import console
299-
300-
console.quiet = True
301-
server.start_io()

0 commit comments

Comments
 (0)