Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove log.
  • Loading branch information
processprocess committed Oct 19, 2021
commit a2651a46037a6c0741530c6de42bae27f3171b1c
1 change: 0 additions & 1 deletion extensions/amp-story-360/0.1/amp-story-360.js
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,6 @@ export class AmpStory360 extends AMP.BaseElement {

/** @override */
layoutCallback() {
console.log('layoutCallback');
const ampImgEl = this.element.querySelector('amp-img');
// Used to update the video in animate_.
this.ampVideoEl_ = this.element.querySelector('amp-video');
Expand Down