Skip to content

Commit 8b74abd

Browse files
unnecessarily message log
1 parent 9c41957 commit 8b74abd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

codeflash/lsp/server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def lsp_initialize(self, params: InitializeParams) -> InitializeResult:
2828
pyproject_toml_path = self._find_pyproject_toml(workspace_path)
2929
if pyproject_toml_path:
3030
server.prepare_optimizer_arguments(pyproject_toml_path)
31-
server.show_message(f"Found pyproject.toml at: {pyproject_toml_path}")
3231
else:
3332
server.show_message("No pyproject.toml found in workspace.")
3433
else:

0 commit comments

Comments
 (0)