Skip to content

Commit

Permalink
chore(lsp): remove duplicate log message
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaka91 committed Dec 4, 2023
1 parent a84018c commit e8cfa08
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/stef-lsp/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@ impl LanguageServer for Backend {
.await
.unwrap();

self.client
.log_message(MessageType::INFO, "server initialized!")
.await;

debug!("initialized");
}

Expand Down

0 comments on commit e8cfa08

Please sign in to comment.