From c7896e47f9c91e330b023bdb34a7540f193a5422 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 30 Aug 2025 15:15:43 -0500 Subject: code cleanup of early drafts of code from Gemini AI --- doGetNextAutoTopic.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'doGetNextAutoTopic.go') 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 ") { -- cgit v1.2.3