Skip to content

Commit

Permalink
fix(menu): remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Oct 20, 2024
1 parent e07ceb1 commit 0888a09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/care/menu/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ function Menu:draw_docs(entry)
local documentation = completion_item.documentation
local documentation_text =
vim.trim(type(documentation) == "table" and documentation.value or documentation or "")
documentation_text = ""
if (documentation_text):match("^%s*$") and (completion_item.detail or ""):match("^%s*$") then
self.docs_window:close()
return
Expand Down

0 comments on commit 0888a09

Please sign in to comment.