Skip to content

Commit 7affe8a

Browse files
authored
fix lsp stdout bug (#488)
1 parent 98f3c36 commit 7affe8a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

forc/src/cli/commands/lsp.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,5 @@ use sway_server::start;
55
pub(crate) struct Command {}
66

77
pub(crate) async fn exec(_command: Command) -> Result<(), String> {
8-
println!(
9-
"Running the {} language server...",
10-
sway_utils::constants::LANGUAGE_NAME
11-
);
128
Ok(start().await)
139
}

0 commit comments

Comments
 (0)