style(picker): remove debug :)

This commit is contained in:
Folke Lemaitre 2025-01-30 19:12:45 +01:00
parent db52796e79
commit 94a04062ea
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 0 additions and 2 deletions

View file

@ -373,7 +373,6 @@ function M.load_session(picker)
end
function M.help(picker)
dd("help")
local item = picker:current()
if item then
picker:close()

View file

@ -246,7 +246,6 @@ end
---@type table<string, snacks.picker.Action.spec>
M.actions = {
explorer_up = function(picker)
dd("explorer_up")
M.get_state(picker):up()
end,
explorer_add = function(picker)