Skip to content

Commit

Permalink
Remove information logging
Browse files Browse the repository at this point in the history
  • Loading branch information
richan-fongdasen committed Nov 9, 2021
1 parent 921408b commit a54333f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Requests/PubSubEventRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ public function authorize(): bool
public function getPubSubMessage(): Message
{
$requestData = $this->all();
Log::info('PubSub Message Content: '.json_encode($requestData));

// Log::info('PubSub Message Content: '.json_encode($requestData));

$requestData['message']['data'] = base64_decode($requestData['message']['data']);

$message = new Message($requestData['message']);
Expand Down

0 comments on commit a54333f

Please sign in to comment.