Skip to content

Commit

Permalink
chore: forgot to remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tronikelis committed Jan 22, 2025
1 parent 7f3065c commit 4e94ff7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/conflict-marker/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ function Conflict:conflict_range()
return
end

vim.print({ from = from, to = to })

self:in_buf(function()
-- don't accept cursor pos
local up_end = vim.fn.search(CONFLICT_END, "nbW")
Expand Down

0 comments on commit 4e94ff7

Please sign in to comment.