Skip to content

Commit 5840681

Browse files
committed
Remove unused trace in references
1 parent cf07dee commit 5840681

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler-lsp/analyzer/src/references.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ pub fn implementation(
3030
};
3131

3232
let located = locate::locate(engine, current_file, position)?;
33-
tracing::info!("{located:?}");
3433

3534
match located {
3635
locate::Located::ModuleName(module_name) => {

0 commit comments

Comments
 (0)