fix: Delete old print

This commit is contained in:
danymat
2025-02-08 13:50:57 +01:00
parent aeea21f7c3
commit d633d2ef57

View File

@@ -88,8 +88,6 @@ snippet.engines.luasnip = function(snip, pos)
-- Convert the snippet to string
local _snip = table.concat(snip, "\n")
vim.print(snip)
ls.snip_expand(
ls.s("", ls.parser.parse_snippet(nil, _snip, { trim_empty = false, dedent = false }), {