Skip to content

Commit 4f0d0a6

Browse files
committed
Remove log line
1 parent 77ec84b commit 4f0d0a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/controllers/DefaultController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ public function actionIndex()
5050
$parser = new JsonParser();
5151
$body = $parser->parse($request->getRawBody(), 'application/json');
5252

53-
Craft::info('S3 SNS payload: ' . $request->getRawBody(), __METHOD__);
54-
5553
if ($type = $request->getHeaders()->get('x-amz-sns-message-type')) {
5654
if (in_array($type, ['SubscriptionConfirmation'])) {
5755
return $this->asJson([

0 commit comments

Comments
 (0)