Skip to content

Commit

Permalink
don't log about empty event msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Dec 12, 2023
1 parent 686d5ca commit 42c3388
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/events/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ func (l *TelegramListener) Do(ctx context.Context) error {
}

if update.Message == nil {
log.Print("[DEBUG] empty message body")
continue
}
if update.Message.Chat == nil {
Expand Down

0 comments on commit 42c3388

Please sign in to comment.