diff --git a/bot/main.go b/bot/main.go index 1acb163..0783de9 100644 --- a/bot/main.go +++ b/bot/main.go @@ -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,