Skip to content

Commit

Permalink
style(keys): remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 4, 2023
1 parent b4d4e6b commit 6d46a30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/lazy/core/handler/keys.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6d46a30

Please sign in to comment.