mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
style: remove debug
This commit is contained in:
parent
2b0aa93efc
commit
14e9f0bf70
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue