Skip to content

Commit

Permalink
removed an info log
Browse files Browse the repository at this point in the history
  • Loading branch information
naifmhd authored May 2, 2024
1 parent 792f055 commit 7ec1ec3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/MicrosoftGraphTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ protected function prepareAttachments(Email $email, ?string $html): array
*/
protected function transformEmailAddresses(Collection $recipients): array
{
info(json_encode($recipients));
return $recipients
->map(fn (Address $recipient) => $this->transformEmailAddress($recipient))
->toArray();
Expand Down

0 comments on commit 7ec1ec3

Please sign in to comment.