We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ec84b commit 4f0d0a6Copy full SHA for 4f0d0a6
src/controllers/DefaultController.php
@@ -50,8 +50,6 @@ public function actionIndex()
50
$parser = new JsonParser();
51
$body = $parser->parse($request->getRawBody(), 'application/json');
52
53
- Craft::info('S3 SNS payload: ' . $request->getRawBody(), __METHOD__);
54
-
55
if ($type = $request->getHeaders()->get('x-amz-sns-message-type')) {
56
if (in_array($type, ['SubscriptionConfirmation'])) {
57
return $this->asJson([
0 commit comments