Skip to content

Commit

Permalink
fix(input): Remove debug print from completion logic
Browse files Browse the repository at this point in the history
That's some egg on my face
  • Loading branch information
stevearc committed Dec 8, 2021
1 parent 683f23c commit 362cc2c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/dressing/input.lua
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ M.completefunc = function(findstart, base)
if pieces[1] == "custom" or pieces[1] == "customlist" then
local vimfunc = pieces[2]
local ret = vim.fn[vimfunc](base, base, vim.fn.strlen(base))
print(vim.inspect(ret))
if pieces[1] == "custom" then
ret = split(ret, "\n")
end
Expand Down

0 comments on commit 362cc2c

Please sign in to comment.