style: remove debug

This commit is contained in:
Folke Lemaitre 2025-02-09 22:35:55 +01:00
parent 2b0aa93efc
commit 14e9f0bf70
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -114,7 +114,6 @@ function M:update()
if not self:ready() then
return
end
dd("update")
-- hide images that are no longer visible
for win in pairs(self.wins) do
local buf = vim.api.nvim_win_is_valid(win) and vim.api.nvim_win_get_buf(win)