mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
style(picker): remove debug :)
This commit is contained in:
parent
db52796e79
commit
94a04062ea
2 changed files with 0 additions and 2 deletions
|
@ -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()
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue