Skip to content

Commit

Permalink
msgconv: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Sep 2, 2024
1 parent 2fdb3c6 commit e62810f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/msgconv/to-whatsapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,6 @@ func (mc *MessageConverter) reuploadMediaToWhatsApp(ctx context.Context, evt *ev
ObjectID: &uploaded.ObjectID,
},
}
fmt.Printf("Uploaded media transport: %+v\n", mediaTransport)
return mediaTransport, fileName, nil
}

Expand Down

0 comments on commit e62810f

Please sign in to comment.