diff options
| author | Jeff Carr <[email protected]> | 2025-02-09 14:18:37 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-09 14:18:37 -0600 |
| commit | f72756b089dca933f4345092b9e25dd11d4fa7ac (patch) | |
| tree | a5ecb3b428f9d1792cc5a98308afda9b232c3043 /doExamine.go | |
| parent | b4cb43178b66992f8b6e0c35834c4bca3897f5f0 (diff) | |
check for serious problem of devel < master
Diffstat (limited to 'doExamine.go')
| -rw-r--r-- | doExamine.go | 3 |
1 files changed, 1 insertions, 2 deletions
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) } |
