Skip to content

Commit

Permalink
🚮 [amp story 360] Remove unnecessary .then statement (#36409)
Browse files Browse the repository at this point in the history
* Remove unnecessary .then

* remove log.
  • Loading branch information
processprocess committed Oct 20, 2021
1 parent 39d824c commit a60a2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-story-360/0.1/amp-story-360.js
Expand Up @@ -391,7 +391,7 @@ export class AmpStory360 extends AMP.BaseElement {
this.localizationService_ = localizationService;
}
),
]).then(() => Promise.resolve());
]);
}

/**
Expand Down

0 comments on commit a60a2bf

Please sign in to comment.