Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
armed committed Oct 16, 2023
1 parent 2437f7a commit ddf887e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/nvim-paredit/api/motions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ function M._move_to_element(count, reversed, is_head, is_exclusive)
cursor_pos = { next_pos[1] + 1, next_pos[2] - 1 + offset }
end

print(is_exclusive, is_head, offset, reversed)
vim.api.nvim_win_set_cursor(0, cursor_pos)
end

Expand Down

0 comments on commit ddf887e

Please sign in to comment.