diff options
| author | Grail Finder <wohilas@gmail.com> | 2026-01-17 13:07:14 +0300 |
|---|---|---|
| committer | Grail Finder <wohilas@gmail.com> | 2026-01-17 13:07:14 +0300 |
| commit | 4e597e944eacbeb5269dfdf586dd4a2163762a17 (patch) | |
| tree | 2064cb0680c9e9df8eccf0c26ad78d37387d8d68 /tui.go | |
| parent | 3e2a1b6f9975aaa2b9cb45bcb77aac146a37fd3c (diff) | |
Chore: log cleanup
Diffstat (limited to 'tui.go')
| -rw-r--r-- | tui.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1202,7 +1202,7 @@ func init() { } cfg.WriteNextMsgAs = roles[i+1] // get next role persona = cfg.WriteNextMsgAs - logger.Info("picked role", "roles", roles, "index", i+1) + // logger.Info("picked role", "roles", roles, "index", i+1) break } } @@ -1234,7 +1234,7 @@ func init() { } cfg.WriteNextMsgAsCompletionAgent = roles[i+1] // get next role botPersona = cfg.WriteNextMsgAsCompletionAgent - logger.Info("picked role", "roles", roles, "index", i+1) + // logger.Info("picked role", "roles", roles, "index", i+1) break } } |
