Skip to content

Commit

Permalink
Remove dumps
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Dec 14, 2023
1 parent 0cbc893 commit 5dd0e1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Utopia/Messaging/Adapter/Push/FCM.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ protected function process(PushMessage $message): array
$bodies[] = \json_encode($body);
}

\var_dump($bodies);

$results = $this->requestMulti(
method: 'POST',
urls: ["https://fcm.googleapis.com/v1/projects/{$credentials['project_id']}/messages:send"],
Expand All @@ -137,8 +135,6 @@ protected function process(PushMessage $message): array
bodies: $bodies
);

\var_dump($results);

$response = new Response($this->getType());

foreach ($results as $index => $result) {
Expand Down

0 comments on commit 5dd0e1a

Please sign in to comment.