remove notify

This commit is contained in:
2026-04-20 16:09:44 +01:00
parent a2d283a5c5
commit 8e810418a5
-1
View File
@@ -262,7 +262,6 @@ return {
-- Get files that differ from origin/main (includes committed + uncommitted changes)
local result = run_cmd("jj diff --from " .. default_branch .. "@origin --to @ --summary | awk '{print $2}'")
vim.notify(result)
-- Combine results
local all_files = {}