Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
m00qek committed Jul 24, 2024
1 parent 4d3b27d commit 1b25eac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/baleia/locations/ansi_codes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ function M.strip(locations)
lineoffset = 0
end

print(location.from.column, lineoffset)
lineoffset = lineoffset + location.to.offset
location.to.column = location.to.column - lineoffset
end
Expand Down

0 comments on commit 1b25eac

Please sign in to comment.