From aef107af0d57519c5579139dee850ca418e6d04e Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 20 Aug 2025 11:45:16 -0500 Subject: quiet older printf's to STDOUT --- reloadRepoState.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'reloadRepoState.go') 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" } -- cgit v1.2.3