remove failed update handling log
This commit is contained in:
parent
1a27103347
commit
451fd7daee
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ func Start() {
|
||||||
}
|
}
|
||||||
dispatcher := ext.NewDispatcher(&ext.DispatcherOpts{
|
dispatcher := ext.NewDispatcher(&ext.DispatcherOpts{
|
||||||
Error: func(b *gotgbot.Bot, ctx *ext.Context, err error) ext.DispatcherAction {
|
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
|
return ext.DispatcherActionNoop
|
||||||
},
|
},
|
||||||
MaxRoutines: ext.DefaultMaxRoutines,
|
MaxRoutines: ext.DefaultMaxRoutines,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue