style(keys): remove debug output

This commit is contained in:
Folke Lemaitre 2023-01-04 09:22:52 +01:00
parent b4d4e6b41b
commit 6d46a3028d
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ function M.retrigger(keys)
if vim.v.count ~= 0 then
feed = vim.v.count .. feed
end
vim.notify(feed)
vim.api.nvim_input(feed)
end