Skip to content

Commit

Permalink
fix: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
stasjok authored and L3MON4D3 committed Jun 19, 2023
1 parent 6086742 commit 3d2ad0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/luasnip/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,6 @@ end
-- ... is passed to pcall as-is.
local function safe_choice_action(snip, ...)
local ok, res = pcall(...)
print(ok, res)
if ok then
return res
else
Expand Down

0 comments on commit 3d2ad0c

Please sign in to comment.