From 82f06c160a05bcd18dfee63d408c88a19416cb2d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 19 Jan 2025 10:48:16 -0600 Subject: more rill. trying to improve logic --- findNext.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'findNext.go') 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 } -- cgit v1.2.3