Skip to content
This repository was archived by the owner on Jul 7, 2022. It is now read-only.

Commit eaa389f

Browse files
Remove debug prints (#18)
Removed debug prints as it was spamming my :messages :)
1 parent 8740c4b commit eaa389f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lua/lsp_extensions/inlay_hints.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ inlay_hints.get_callback = function(opts)
5757
end
5858

5959
if not result or vim.tbl_isempty(result) then
60-
print("[lsp_extensions.inlay_hints] No inlay hints found")
6160
return
6261
end
6362

@@ -102,7 +101,6 @@ inlay_hints.get_callback = function(opts)
102101
local hint = hint_store[vim.api.nvim_win_get_cursor(0)[1] - 1]
103102

104103
if not hint then
105-
print("[lsp_extensions.inlay_hints] No inlay hints for this line")
106104
return
107105
else
108106
display_virt_text(hint)

0 commit comments

Comments
 (0)