Skip to content

Commit

Permalink
refactor: remove print statement
Browse files Browse the repository at this point in the history
Co-authored-by: Will Hopkins <[email protected]>
  • Loading branch information
tris203 and willothy authored Dec 21, 2023
1 parent 354b810 commit 08e1638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/hawtkeys/ts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ local function get_keymaps_from_vim()
local vimKeymaps = {}

local vimKeymapsRaw = vim.api.nvim_get_keymap("")
print("Collecting vim keymaps")
for _, vimKeymap in ipairs(vimKeymapsRaw) do
local count = vim.tbl_count(hawtkeys.config.lhsBlacklist)
for _, blacklist in ipairs(hawtkeys.config.lhsBlacklist) do
Expand Down

0 comments on commit 08e1638

Please sign in to comment.