Skip to content

Commit 4f52d81

Browse files
committed
fix: Remove opts from healthcheck - closes #159
1 parent 91a1acf commit 4f52d81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lua/debugprint/health.lua

-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ M.check = function()
4444
"mini.hipatterns is not available; lines cannot be highlighted"
4545
)
4646
end
47-
48-
vim.health.info("debugprint opts = " .. vim.inspect(global_opts))
4947
else
5048
vim.health.warn(
5149
"debugprint is not yet setup, checkhealth cannot fully run"

0 commit comments

Comments
 (0)