Remove debug logging
This commit is contained in:
@@ -14,7 +14,6 @@ func main() {
|
|||||||
log.Fatal(err)
|
log.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Println(conf)
|
|
||||||
bot, err := tgbotapi.NewBotAPI(conf.TelegramBotToken)
|
bot, err := tgbotapi.NewBotAPI(conf.TelegramBotToken)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Panic(err)
|
log.Panic(err)
|
||||||
|
|||||||
Reference in New Issue
Block a user