diff options
Diffstat (limited to 'reloadBranches.go')
| -rw-r--r-- | reloadBranches.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reloadBranches.go b/reloadBranches.go index e1859c1..8c66ec6 100644 --- a/reloadBranches.go +++ b/reloadBranches.go @@ -63,7 +63,7 @@ func (repo *Repo) CheckBranches() bool { if hash == hashCheck { // log.Info("notsure why this git show is here", hash) } else { - log.Printf("UNKNOWN BRANCH %-50s %s %s %s\n", repo.GetFullPath(), r.Stdout, cmd, b) + // log.Printf("UNKNOWN BRANCH %-50s %s %s %s\n", repo.GetFullPath(), r.Stdout, cmd, b) perfect = false } } @@ -170,7 +170,7 @@ func (repo *Repo) ExamineBranches() *GitTag { if hash == hashCheck { // log.Info("notsure why this git show is here", hash) } else { - log.Printf("UNKNOWN BRANCH %-50s %s %s %s\n", repo.GetFullPath(), r.Stdout, cmd, b) + // log.Printf("UNKNOWN BRANCH %-50s %s %s %s\n", repo.GetFullPath(), r.Stdout, cmd, b) tag := new(GitTag) tag.Refname = b tag.Hash = hash |
