Skip to content

Commit

Permalink
chore: clean up debug print for severities in chunk.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
rachartier committed Oct 14, 2024
1 parent bdd3ee9 commit f5c1bc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/tiny-inline-diagnostic/chunk.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ function M.get_header_from_chunk(
if index_diag == 1 and total_chunks == 1 then
if severities ~= nil and #severities > 0 then
-- skip the first severity, as it is already highlighted
print("severities", vim.inspect(severities))
table.sort(severities, function(a, b)
return a > b
end)
Expand Down

0 comments on commit f5c1bc6

Please sign in to comment.