From 5aaf396b70b2b1140e41abe3f45d6f859618e589 Mon Sep 17 00:00:00 2001 From: NicolasGB Date: Thu, 3 Jul 2025 19:07:04 +0200 Subject: [PATCH] fix: remove debug notification --- lua/jj/cmd.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/jj/cmd.lua b/lua/jj/cmd.lua index 53a0f98..591b1ea 100644 --- a/lua/jj/cmd.lua +++ b/lua/jj/cmd.lua @@ -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