diff options
| author | Jeff Carr <[email protected]> | 2025-08-30 15:15:43 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-30 15:15:43 -0500 |
| commit | c7896e47f9c91e330b023bdb34a7540f193a5422 (patch) | |
| tree | 76a0801d34c7b53442e2e5d2ecaeba5ef5e961c0 /doGetNextAutoTopic.go | |
| parent | 7f8f5e3b9b37fccbb357b70e6490823a8b22ae7e (diff) | |
code cleanup of early drafts of code from Gemini AI
Diffstat (limited to 'doGetNextAutoTopic.go')
| -rw-r--r-- | doGetNextAutoTopic.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doGetNextAutoTopic.go b/doGetNextAutoTopic.go index 647d209..75060a7 100644 --- a/doGetNextAutoTopic.go +++ b/doGetNextAutoTopic.go @@ -8,9 +8,6 @@ import ( ) func doGetNextAutoTopic() { - if err := me.chats.ConfigLoad(); err != nil { - badExit(err) - } max := 0 for _, chat := range me.chats.GetChats() { if strings.HasPrefix(chat.GetChatName(), "Auto ") { |
