Skip to content

Commit

Permalink
Fast Fetch: change logging of non-AMP render from error to dev warn (a…
Browse files Browse the repository at this point in the history
…mpproject#13108)

* Fast Fetch: change logging of non-AMP render from error to dev warn

* PR feedback
  • Loading branch information
keithwrightbos committed Jan 29, 2018
1 parent 0f3fe05 commit e46384c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions extensions/amp-a4a/0.1/amp-a4a.js
Expand Up @@ -1282,9 +1282,8 @@ export class AmpA4A extends AMP.BaseElement {
'fallback to 3p disabled');
return Promise.resolve(false);
}
this.promiseErrorHandler_(
new Error('fallback to 3p'),
/* ignoreStack */ true);
// TODO(keithwrightbos): remove when no longer needed.
dev().warn(TAG, 'fallback to 3p');
// Haven't rendered yet, so try rendering via one of our
// cross-domain iframe solutions.
const method = this.experimentalNonAmpCreativeRenderMethod_;
Expand Down

0 comments on commit e46384c

Please sign in to comment.