fix: remove unnecessary log statement
This commit is contained in:
parent
52ce26ccec
commit
8bfff23bb9
1 changed files with 0 additions and 2 deletions
|
@ -123,8 +123,6 @@ impl menu::Item for CompletionItem {
|
|||
CompletionItem::Other(core::CompletionItem { kind, .. }) => kind.as_ref().into(),
|
||||
};
|
||||
|
||||
log::error!("{:#?}", kind.0[0].content);
|
||||
|
||||
let label = Span::styled(
|
||||
label,
|
||||
if deprecated {
|
||||
|
|
Loading…
Add table
Reference in a new issue