diff --git a/src/MicrosoftGraphTransport.php b/src/MicrosoftGraphTransport.php index d3aef2d..3487979 100644 --- a/src/MicrosoftGraphTransport.php +++ b/src/MicrosoftGraphTransport.php @@ -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();