Skip to content

Commit

Permalink
fix: Remove opts from healthcheck - closes #159
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferrier committed Jan 23, 2025
1 parent 91a1acf commit 4f52d81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/debugprint/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ M.check = function()
"mini.hipatterns is not available; lines cannot be highlighted"
)
end

vim.health.info("debugprint opts = " .. vim.inspect(global_opts))
else
vim.health.warn(
"debugprint is not yet setup, checkhealth cannot fully run"
Expand Down

0 comments on commit 4f52d81

Please sign in to comment.