fix: remove debug notification

This commit is contained in:
NicolasGB
2025-07-03 19:07:21 +02:00
parent 59c0750437
commit 5aaf396b70
-1
View File
@@ -416,7 +416,6 @@ function M.diff(opts)
if opts and opts.current then
local file = vim.fn.expand("%:p")
utils.notify(file)
if file and file ~= "" then
cmd = string.format("%s %s", cmd, vim.fn.fnameescape(file))
else