Remove debug logging

This commit is contained in:
2024-07-29 00:37:22 +03:00
parent d4145b2009
commit 118a25da71
-1
View File
@@ -14,7 +14,6 @@ func main() {
log.Fatal(err)
}
log.Println(conf)
bot, err := tgbotapi.NewBotAPI(conf.TelegramBotToken)
if err != nil {
log.Panic(err)