Skip to content

Commit

Permalink
fix: removed a print ...
Browse files Browse the repository at this point in the history
  • Loading branch information
rachartier committed Jul 13, 2024
1 parent a6663fd commit eabde6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/tiny-inline-diagnostic/diagnostic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ local function apply_diagnostics_virtual_texts(opts, event)
local buf_lines_count = vim.api.nvim_buf_line_count(event.buf)

local total_lines = #virt_lines
print("total_lines", total_lines, buf_lines_count - 1)
if curline - 1 + total_lines > buf_lines_count - 1 then
diag_overflow_last_line = true
end
Expand Down

0 comments on commit eabde6d

Please sign in to comment.