diff options
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) } |
