Skip to content

Commit

Permalink
Remaining console
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferbaxter committed May 19, 2021
1 parent 05d95d5 commit 033f3aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions extensions/amp-pan-zoom/0.1/amp-pan-zoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ export class AmpPanZoom extends AMP.BaseElement {
'%s should have its target element as its one and only child',
TAG
);
console.log('attempt', {
valid: ELIGIBLE_TAGS.has(children[0].tagName),
child: children[0],
});
userAssert(
ELIGIBLE_TAGS.has(children[0].tagName),
'%s is not supported by %s',
Expand Down

0 comments on commit 033f3aa

Please sign in to comment.