fix(image.inline): remove debug

This commit is contained in:
Folke Lemaitre 2025-03-01 08:08:48 +01:00
parent 5916848fc3
commit d9bb639fed
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -136,10 +136,10 @@ function M:update()
for k, v in pairs(stats) do
stats[k] = v > 0 and v or nil
end
Snacks.notify(
vim.inspect({ all = vim.tbl_count(self.imgs), stats = stats }),
{ ft = "lua", id = "snacks.image.inline" }
)
-- Snacks.notify(
-- vim.inspect({ all = vim.tbl_count(self.imgs), stats = stats }),
-- { ft = "lua", id = "snacks.image.inline" }
-- )
end)
end