Skip to content

Commit f9c4bf7

Browse files
committed
chore: cleanup debug log
1 parent 46b28e3 commit f9c4bf7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/copilot/client.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ M.merge_server_opts = function(params)
6060
local set_editor_info_params = util.get_editor_info()
6161
set_editor_info_params.editorInfo.version = set_editor_info_params.editorInfo.version .. ' + Node.js ' .. M.get_node_version()
6262
set_editor_info_params.editorConfiguration = util.get_editor_configuration()
63-
print(vim.inspect(set_editor_info_params))
6463
api.set_editor_info(client, set_editor_info_params)
6564
end)
6665
vim.schedule(M.buf_attach_copilot)

0 commit comments

Comments
 (0)