remove failed update handling log

This commit is contained in:
stefanodvx 2025-04-15 17:52:32 +02:00
parent 1a27103347
commit 451fd7daee

View file

@ -35,7 +35,7 @@ func Start() {
}
dispatcher := ext.NewDispatcher(&ext.DispatcherOpts{
Error: func(b *gotgbot.Bot, ctx *ext.Context, err error) ext.DispatcherAction {
log.Println("an error occurred while handling update:", err.Error())
// log.Println("an error occurred while handling update:", err.Error())
return ext.DispatcherActionNoop
},
MaxRoutines: ext.DefaultMaxRoutines,