File tree Expand file tree Collapse file tree
extensions/amp-image-viewer/0.1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import {bezierCurve} from '../../../src/core/data-structures/curve';
3434import { boundValue , distance , magnitude } from '../../../src/utils/math' ;
3535import { closestAncestorElementBySelector , elementByTag } from '../../../src/dom' ;
3636import { continueMotion } from '../../../src/motion' ;
37- import { createCustomEvent , loadPromise } from '../../../src/event-helper' ;
37+ import { createCustomEvent } from '../../../src/event-helper' ;
3838import { dev , userAssert } from '../../../src/log' ;
3939import {
4040 expandLayoutRect ,
@@ -154,7 +154,6 @@ export class AmpImageViewer extends AMP.BaseElement {
154154
155155 /** @override */
156156 layoutCallback ( ) {
157- debugger ;
158157 if ( this . loadPromise_ ) {
159158 return this . loadPromise_ ;
160159 }
Original file line number Diff line number Diff line change @@ -1000,7 +1000,6 @@ export class Resource {
10001000 return ;
10011001 }
10021002 if ( this . abortController_ ) {
1003- console . log ( 'calling abort' , this . state_ , this ) ;
10041003 this . abortController_ . abort ( ) ;
10051004 this . abortController_ = null ;
10061005 }
You can’t perform that action at this time.
0 commit comments