Skip to content

Commit 847ef09

Browse files
committed
style: disabled stats debug
1 parent c59c05c commit 847ef09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/lazy/core/cache.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function M.disable()
107107
if M.debug and vim.tbl_count(M.topmods) > 1 then
108108
M.log(M.topmods, vim.log.levels.WARN, { title = "topmods" })
109109
end
110-
if M.debug then
110+
if M.debug and false then
111111
local stats = vim.deepcopy(M.stats)
112112
stats.time = (stats.time or 0) / 1e6
113113
stats.find.time = (stats.find.time or 0) / 1e6

0 commit comments

Comments
 (0)