fix: remove debug print

This commit is contained in:
Folke Lemaitre 2022-12-22 18:50:27 +01:00
parent 455a1f485b
commit 08d458c5ba
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ end
---@param value string|LazyKeys
function M:_del(value)
local keys = M.parse(value)
vim.pretty_print(keys)
pcall(vim.keymap.del, keys.mode, keys[1])
if keys[2] then
vim.keymap.set(keys.mode, keys[1], keys[2], M.opts(keys))