chore: Remove debug message

This commit is contained in:
hedy
2023-11-25 11:25:26 +08:00
parent 9d476dcfbd
commit c7a033e85d

View File

@@ -52,7 +52,6 @@ end
function Sidebar:destroy()
self:delete_autocmds()
if self.view:is_open() then
vim.print('closing')
self.view:close()
end
self.view = nil