From a60a2bf16b924dce9501bb53b9400332905c619e Mon Sep 17 00:00:00 2001 From: Philip Bell Date: Wed, 20 Oct 2021 11:11:22 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=AE=20[amp=20story=20360]=20Remove=20u?= =?UTF-8?q?nnecessary=20.then=20statement=20(#36409)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove unnecessary .then * remove log. --- extensions/amp-story-360/0.1/amp-story-360.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/amp-story-360/0.1/amp-story-360.js b/extensions/amp-story-360/0.1/amp-story-360.js index 97e4d6e4a45d..8f2c5606dc82 100644 --- a/extensions/amp-story-360/0.1/amp-story-360.js +++ b/extensions/amp-story-360/0.1/amp-story-360.js @@ -391,7 +391,7 @@ export class AmpStory360 extends AMP.BaseElement { this.localizationService_ = localizationService; } ), - ]).then(() => Promise.resolve()); + ]); } /**