summaryrefslogtreecommitdiff
path: root/reloadRepoState.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-20 11:45:16 -0500
committerJeff Carr <[email protected]>2025-08-20 11:45:16 -0500
commitaef107af0d57519c5579139dee850ca418e6d04e (patch)
tree95bc13a7e5f3164653ca133f9d6dcc64690c7b87 /reloadRepoState.go
parentf08a517bc42a3762b2d43291cd45552f10f0ae07 (diff)
quiet older printf's to STDOUT
Diffstat (limited to 'reloadRepoState.go')
-rw-r--r--reloadRepoState.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/reloadRepoState.go b/reloadRepoState.go
index 296d43d..4b7eac6 100644
--- a/reloadRepoState.go
+++ b/reloadRepoState.go
@@ -53,9 +53,6 @@ func (repo *Repo) setRepoState() {
repo.State = "PERFECT"
return
}
- log.Info("Branches are not Perfect", repo.GetFullPath())
- log.Info("Branches are not Perfect", repo.GetFullPath())
- log.Info("Branches are not Perfect", repo.GetFullPath())
repo.State = "unknown branches"
}