diff options
| author | Jeff Carr <[email protected]> | 2025-09-26 23:45:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-26 23:45:34 -0500 |
| commit | 18aa4ead41ee1b8c618c4b8ab2538499e0140db5 (patch) | |
| tree | 0d1fdacefd7716ebb68a771513f79dd6827bdb5d | |
| parent | 9eabff46459a912b09aa7937199134b01d09def0 (diff) | |
don't print that output
| -rw-r--r-- | doNormal.go | 2 |
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 { |
