summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-26 23:45:34 -0500
committerJeff Carr <[email protected]>2025-09-26 23:45:34 -0500
commit18aa4ead41ee1b8c618c4b8ab2538499e0140db5 (patch)
tree0d1fdacefd7716ebb68a771513f79dd6827bdb5d
parent9eabff46459a912b09aa7937199134b01d09def0 (diff)
don't print that output
-rw-r--r--doNormal.go2
1 files changed, 1 insertions, 1 deletions
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 {