Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielolivrp committed Oct 31, 2023
1 parent 55a4b54 commit 63712e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/wpp_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ func (w *wppService) ParseEventMessage(instance *configs.Instance, message *even
)

if err != nil && media == nil {
fmt.Println("================== aaaaaaaaa ==================", media.Type)
return ParsedEventMessage{}, err
}

Expand Down

0 comments on commit 63712e0

Please sign in to comment.