Skip to content

Commit 783f2a7

Browse files
NTTVy03vuvoth
andauthored
remove eprint in goto_definition_handler
Update crates/lsp/src/global_state.rs Co-authored-by: Vu Vo <vu.voth@gmail.com>
1 parent b081735 commit 783f2a7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

crates/lsp/src/global_state.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ impl GlobalState {
113113
}
114114

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

0 commit comments

Comments
 (0)