diff --git a/git-auto-commit-mode.el b/git-auto-commit-mode.el index 70217ac..0ce16c2 100644 --- a/git-auto-commit-mode.el +++ b/git-auto-commit-mode.el @@ -180,7 +180,6 @@ should already have been set up." "Commit the current file. When `gac-automatically-push-p' is non-nil also push." - (if gac-debounce-interval (gac--debounced-save) (gac--after-save (current-buffer))))