summaryrefslogtreecommitdiff
path: root/reloadParseGitConfig.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-02 05:10:58 -0500
committerJeff Carr <[email protected]>2025-10-02 05:10:58 -0500
commit966c40f2c4c80fcecc8d451293b6d512bc9f6d91 (patch)
tree0e07b1c621d29e2a2080c896fbe69a29a8011ee3 /reloadParseGitConfig.go
parent3718ebe168dc7c4ce553bdc9b4e19b4b7bfe0d33 (diff)
quiet more old stuff
Diffstat (limited to 'reloadParseGitConfig.go')
-rw-r--r--reloadParseGitConfig.go3
1 files changed, 2 insertions, 1 deletions
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))