diff options
| author | Jeff Carr <[email protected]> | 2025-08-30 20:11:30 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-30 20:11:30 -0500 |
| commit | 5d62516c40934e21157219413934795f52238598 (patch) | |
| tree | e0e0024802b4526a7d1bcdb0da05c63c233641d3 /config.go | |
| parent | 395597646ac456b4de626450d899a6139b4c780e (diff) | |
schema changes to Marshal() JSON from gemini-cliv0.0.4
Diffstat (limited to 'config.go')
| -rw-r--r-- | config.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -78,7 +78,7 @@ func (all *Chats) ConfigSave() error { return err } configWrite("regex.text", []byte(cleanChats.FormatTEXT())) - log.Infof("chatpb.ConfigSave() worked len(Chats)=%d bytes=%d", len(cleanChats.Chats), len(data)) + // log.Infof("chatpb.ConfigSave() worked len(Chats)=%d bytes=%d", len(cleanChats.Chats), len(data)) return nil } @@ -131,7 +131,7 @@ func (all *Chats) ConfigLoad() error { log.Warn("versions do not match", test.Version, all.Version) deleteProtobufFile(cfgname) } - log.Info(cfgname, "protobuf versions and uuid match", all.Uuid, all.Version) + // log.Info(cfgname, "protobuf versions and uuid match", all.Uuid, all.Version) return err } |
