From 33e196b645be18f788f79937bf936eaebb642d65 Mon Sep 17 00:00:00 2001 From: ewy Date: Fri, 17 Apr 2026 01:09:54 +0200 Subject: add reason why you are being asked for confirmation --- git/git.go | 1 - 1 file changed, 1 deletion(-) (limited to 'git') diff --git a/git/git.go b/git/git.go index 6f9ae51..5fbeeca 100644 --- a/git/git.go +++ b/git/git.go @@ -91,7 +91,6 @@ func (g *gitMod) Diff(source *model.Source) (int, int, int, error) { case strings.Contains(s, "deletion"): deletions = num default: - spool.Warn("%v", string(b)) return changes, insertions, deletions, UnknownResponseError } -- cgit v1.3