Skip to content
This repository was archived by the owner on Oct 13, 2021. It is now read-only.

Commit c069970

Browse files
committed
fix: remove debug messages
1 parent 49c32c3 commit c069970

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/completion/source/lsp.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ end
131131
M.triggerFunction = function(_, params)
132132
local position_param = vim.lsp.util.make_position_params()
133133
M.callback = false
134-
print("REQUEST")
135134
M.items = {}
136135
if vim.tbl_isempty(vim.lsp.buf_get_clients()) then
137136
M.callback = true

0 commit comments

Comments
 (0)