Skip to content

Commit c857768

Browse files
Remove debug input from cmp completion.
1 parent 239ebe5 commit c857768

File tree

1 file changed

+0
-1
lines changed
  • lua/orgmode/org/autocompletion

1 file changed

+0
-1
lines changed

lua/orgmode/org/autocompletion/cmp.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ end
2727
function Source:complete(params, callback)
2828
local offset = OrgmodeOmniCompletion(1, '') + 1
2929
local input = string.sub(params.context.cursor_before_line, offset)
30-
print(vim.inspect(input))
3130
local results = OrgmodeOmniCompletion(0, input)
3231
local items = {}
3332
for _, item in ipairs(results) do

0 commit comments

Comments
 (0)