(chore): clean debug statements

This commit is contained in:
Dex 2025-06-15 22:48:49 +05:30
parent 099039e445
commit 8175c079d0

View file

@ -283,7 +283,6 @@ function M:attach()
-- Check if we need to load another layout
self.layout.root:on("VimResized", function()
vim.schedule(function()
-- vim.print(Snacks.picker.config.layout(self.opts))
self:set_layout(Snacks.picker.config.layout(self.opts))
end)
end)