diff options
Diffstat (limited to 'findNext.go')
| -rw-r--r-- | findNext.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/findNext.go b/findNext.go index b36594c..4436446 100644 --- a/findNext.go +++ b/findNext.go @@ -100,7 +100,7 @@ func runGoClean(check *gitpb.Repo, myarg string) bool { check.GoDeps = nil cmd := []string{"go-mod-clean", myarg} - log.Info("Running", cmd, "in", check.GetGoPath()) + // log.Info("Running", cmd, "in", check.GetGoPath()) result := check.Run(cmd) if result.Error != nil { /* @@ -125,7 +125,7 @@ func runGoClean(check *gitpb.Repo, myarg string) bool { if check.ParseGoSum() { return true } - log.Info("ParseGoSum() failed") + log.Info("ParseGoSum() failed", check.GetGoPath()) return false } |
