Skip to content

Commit 4d4840b

Browse files
committed
fix: accidentally committed print statements
1 parent b3988bb commit 4d4840b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lua/copilot/suggestion/init.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,6 @@ function M.accept(modifier)
571571
and vim.api.nvim_get_option_value("fileencoding", { buf = bufnr })
572572
or vim.api.nvim_get_option_value("encoding", { scope = "global" })
573573
vim.lsp.util.apply_text_edits({ { range = range, newText = newText } }, bufnr, encoding)
574-
print(range["end"].line)
575-
print(range["end"].character)
576574

577575
-- instead of calling <End>, go to the pos of the row after the last \n of inserted text
578576
-- local cursor_keys = string.rep("<Down>", #vim.split(newText, "\n", { plain = true }) - 1) .. "<End>"

0 commit comments

Comments
 (0)