summaryrefslogtreecommitdiff
path: root/doNormal.go
diff options
context:
space:
mode:
Diffstat (limited to 'doNormal.go')
-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 {