mirror of https://github.com/folke/lazy.nvim.git
style: disabled stats debug
This commit is contained in:
parent
c59c05c7a8
commit
847ef091fa
|
@ -107,7 +107,7 @@ function M.disable()
|
|||
if M.debug and vim.tbl_count(M.topmods) > 1 then
|
||||
M.log(M.topmods, vim.log.levels.WARN, { title = "topmods" })
|
||||
end
|
||||
if M.debug then
|
||||
if M.debug and false then
|
||||
local stats = vim.deepcopy(M.stats)
|
||||
stats.time = (stats.time or 0) / 1e6
|
||||
stats.find.time = (stats.find.time or 0) / 1e6
|
||||
|
|
Loading…
Reference in New Issue