summaryrefslogtreecommitdiff
path: root/reloadBranches.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-31 13:28:40 -0500
committerJeff Carr <[email protected]>2025-08-31 13:28:40 -0500
commit46d61345afa0cd87567bc0293cd3413b54e3c677 (patch)
tree1f370863ddeb4e391c680601982f91519ba35d29 /reloadBranches.go
parent434f62a7e6ffd6d16230ba920393c82c487633ae (diff)
go back to global mutex again. hmmm.
Diffstat (limited to 'reloadBranches.go')
-rw-r--r--reloadBranches.go4
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