From 966c40f2c4c80fcecc8d451293b6d512bc9f6d91 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 2 Oct 2025 05:10:58 -0500 Subject: quiet more old stuff --- reloadParseGitConfig.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'reloadParseGitConfig.go') diff --git a/reloadParseGitConfig.go b/reloadParseGitConfig.go index c6d01e6..7d63020 100644 --- a/reloadParseGitConfig.go +++ b/reloadParseGitConfig.go @@ -197,7 +197,8 @@ func (repo *Repo) processBranch(branch string) { data, err := ioutil.ReadFile(filename) if err != nil { - log.Log(WARN, "hash: read failed", filename) + // need to get the hash some other way. + // log.Log(WARN, "hash: read failed", filename) return } newhash := strings.TrimSpace(string(data)) -- cgit v1.2.3