diff options
| author | Jeff Carr <[email protected]> | 2025-08-20 11:45:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-20 11:45:16 -0500 |
| commit | aef107af0d57519c5579139dee850ca418e6d04e (patch) | |
| tree | 95bc13a7e5f3164653ca133f9d6dcc64690c7b87 /reloadRepoState.go | |
| parent | f08a517bc42a3762b2d43291cd45552f10f0ae07 (diff) | |
quiet older printf's to STDOUT
Diffstat (limited to 'reloadRepoState.go')
| -rw-r--r-- | reloadRepoState.go | 3 |
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" } |
