Skip to content

Commit e55d6a7

Browse files
committed
cleanup: remove print
1 parent 789b538 commit e55d6a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/convert/init.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ M.find_next = function()
2929

3030

3131
if found_unit ~= nil then
32-
print(vim.inspect(found_unit))
3332
vim.api.nvim_win_set_cursor(current_win, { row, found_unit.pos.start_col - 1 })
3433
ui.open_win(found_unit)
3534
return

0 commit comments

Comments
 (0)