From f72756b089dca933f4345092b9e25dd11d4fa7ac Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 9 Feb 2025 14:18:37 -0600 Subject: check for serious problem of devel < master --- doExamine.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doExamine.go') diff --git a/doExamine.go b/doExamine.go index 6544e33..b4f99c4 100644 --- a/doExamine.go +++ b/doExamine.go @@ -7,7 +7,6 @@ import ( "fmt" "path/filepath" "slices" - "strings" "time" "go.wit.com/lib/gui/shell" @@ -231,7 +230,7 @@ func countDiffObjects(repo *gitpb.Repo, branch1, branch2 string) int { if err != nil { return -1 } - log.Info("countDiffObjects()", cmd, len(r.Stdout), strings.Join(r.Stdout, " ")) + // log.Info("countDiffObjects()", cmd, len(r.Stdout), strings.Join(r.Stdout, " ")) return len(r.Stdout) } -- cgit v1.2.3