summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-01-29 01:01:22 -0600
committerJeff Carr <[email protected]>2025-01-29 12:24:42 -0600
commit0efc3c67ca4d51f797234c058df185ce31679e70 (patch)
tree94cd112eda6a65b2f70cbfeaf48faefac34ba086 /config.go
parent667257595d689469359a421bb89998520a435760 (diff)
turn of the verbose logging
Diffstat (limited to 'config.go')
-rw-r--r--config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.go b/config.go
index 247de89..3970f8c 100644
--- a/config.go
+++ b/config.go
@@ -43,7 +43,7 @@ func (f *ForgeConfigs) ConfigSave() error {
log.Info("proto.Marshal() failed len", len(data), err)
return err
}
- log.Info("forgepb.ConfigSave() proto.Marshal() worked len", len(data))
+ // log.Info("forgepb.ConfigSave() proto.Marshal() worked len", len(data))
s := f.FormatTEXT()
configWrite("forge.text", []byte(s))