Skip to content

Commit

Permalink
fix(ui): disable debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Oct 4, 2023
1 parent e988ee3 commit bfb0cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/noice/ui/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function M.enable()

-- check if we need to update the ui
if Manager.tick() > tick then
Util.debug(vim.inspect({ event, Util.is_blocking(), tick, kind, ... }))
-- Util.debug(vim.inspect({ event, Util.is_blocking(), tick, kind, ... }))
if Util.is_blocking() and event ~= "msg_ruler" then
Util.try(Router.update)
end
Expand Down

0 comments on commit bfb0cdb

Please sign in to comment.