We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf07dee commit 5840681Copy full SHA for 5840681
compiler-lsp/analyzer/src/references.rs
@@ -30,7 +30,6 @@ pub fn implementation(
30
};
31
32
let located = locate::locate(engine, current_file, position)?;
33
- tracing::info!("{located:?}");
34
35
match located {
36
locate::Located::ModuleName(module_name) => {
0 commit comments