Skip to content

Commit 5f97ae0

Browse files
ok
1 parent 79b0fb9 commit 5f97ae0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/pgt_lsp/src/handlers/completions.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ pub fn get_completions(
4141
})
4242
.collect();
4343

44-
for item in &items {
45-
tracing::info!("{}, {}", item.label, item.sort_text.as_ref().unwrap());
46-
}
47-
4844
Ok(lsp_types::CompletionResponse::Array(items))
4945
}
5046

0 commit comments

Comments
 (0)