Skip to content

Commit 4ec316d

Browse files
committed
remove print
1 parent effb831 commit 4ec316d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/copilot/copilot_handler.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local user_data = require('copilot.setup').get_cred()
22
local util = require('copilot.util')
33

44
local function completion_handler(_, result, c, _)
5-
print(vim.inspect(result.completions))
5+
-- print(vim.inspect(result.completions))
66
end
77

88
local get_completions = function()
@@ -20,7 +20,7 @@ local send_editor_info = function (a, b, c, d)
2020
name = "Neovim",
2121
},
2222
}, 600)
23-
print(vim.inspect(responses))
23+
-- print(vim.inspect(responses))
2424
end
2525

2626
local capabilities = vim.lsp.protocol.make_client_capabilities()

0 commit comments

Comments
 (0)