Skip to content

Commit 246b0df

Browse files
nayyy
1 parent 2261d62 commit 246b0df

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

crates/pgt_lsp/src/handlers/completions.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ pub fn get_completions(
5454
})
5555
.collect();
5656

57-
for item in &items {
58-
tracing::info!("{}: {:?}", item.label, item.text_edit);
59-
}
60-
6157
Ok(lsp_types::CompletionResponse::Array(items))
6258
}
6359

0 commit comments

Comments
 (0)