summaryrefslogtreecommitdiff
path: root/loadCache.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-21 11:51:52 -0500
committerJeff Carr <[email protected]>2025-10-21 11:51:52 -0500
commit25a911f0f764e35a800eb9423acef964f4c83028 (patch)
tree5b5bb47f813b5b676c010b61ed32b35fb43dcbbf /loadCache.go
parentc1600cff482abf314bf66bcf758979969672bfca (diff)
housecleaning
Diffstat (limited to 'loadCache.go')
-rw-r--r--loadCache.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/loadCache.go b/loadCache.go
index c45c6d7..2c8b9a9 100644
--- a/loadCache.go
+++ b/loadCache.go
@@ -34,7 +34,7 @@ func CacheLoad(pb proto.Message) error {
return err
}
if curfilename == "" {
- log.Printf("ConfigLoad() reading in %s\n", fullname)
+ // log.Printf("ConfigLoad() read in %s\n", fullname)
}
err = loadPB(pb, fullname)