Skip to content

Commit

Permalink
remove eprint in goto_definition_handler
Browse files Browse the repository at this point in the history
Update crates/lsp/src/global_state.rs

Co-authored-by: Vu Vo <[email protected]>
  • Loading branch information
NTTVy03 and vuvoth authored Jan 18, 2025
1 parent b081735 commit 783f2a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/lsp/src/global_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ impl GlobalState {
}

pub fn goto_definition_handler(&self, id: RequestId, params: GotoDefinitionParams) -> Response {
eprint!("-------------------");
// path to the element we want to get definition
// TODO eg: file/line/start column..end column
let uri = params.text_document_position_params.text_document.uri;
Expand Down

0 comments on commit 783f2a7

Please sign in to comment.