From 0a81ed5ada8e1a951302daf4f345306a5b8782f5 Mon Sep 17 00:00:00 2001 From: Cameron Ring Date: Thu, 30 Oct 2025 16:50:18 -0700 Subject: [PATCH] chore(file_picker): remove snacks debug log --- lua/opencode/ui/file_picker.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/opencode/ui/file_picker.lua b/lua/opencode/ui/file_picker.lua index ba08d1bb..e693c175 100644 --- a/lua/opencode/ui/file_picker.lua +++ b/lua/opencode/ui/file_picker.lua @@ -122,7 +122,6 @@ local function snacks_picker_ui(callback, path) end end, on_close = function(obj) - vim.notify(vim.inspect(obj)) -- snacks doesn't seem to restore window / mode / cursor position when you -- cancel the picker. if we pick a file, we're already handling that case elsewhere if confirmed or not vim.api.nvim_win_is_valid(origin_win) then