From 18aa4ead41ee1b8c618c4b8ab2538499e0140db5 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 26 Sep 2025 23:45:34 -0500 Subject: don't print that output --- doNormal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doNormal.go b/doNormal.go index 06fec11..ab65c17 100644 --- a/doNormal.go +++ b/doNormal.go @@ -133,7 +133,7 @@ func checkNormalRepoState(repo *gitpb.Repo) error { if repo.Tags.Master == nil { if found := repo.GetRemoteTag(repo.GetMasterBranchName()); found != nil { - log.Info("found master tag ", repo.FullPath, found) + // log.Info("found master tag ", repo.FullPath, found) repo.Tags.Master = proto.Clone(found).(*gitpb.GitTag) config.SetChanged("repos", true) } else { -- cgit v1.2.3