Skip to content

Commit 0a81ed5

Browse files
committed
chore(file_picker): remove snacks debug log
1 parent f9289b6 commit 0a81ed5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lua/opencode/ui/file_picker.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ local function snacks_picker_ui(callback, path)
122122
end
123123
end,
124124
on_close = function(obj)
125-
vim.notify(vim.inspect(obj))
126125
-- snacks doesn't seem to restore window / mode / cursor position when you
127126
-- cancel the picker. if we pick a file, we're already handling that case elsewhere
128127
if confirmed or not vim.api.nvim_win_is_valid(origin_win) then

0 commit comments

Comments
 (0)