Skip to content

Commit

Permalink
remover console warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Sep 17, 2013
1 parent cae4e46 commit 9ff1a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/declaration/polymer-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
// fetch our extendee name
var extendee = this.getAttribute('extends');
if (this.waitingForExtendee(extendee)) {
console.warn(this.name + ': waitingForExtendee:' + extendee);
//console.warn(this.name + ': waitingForExtendee:' + extendee);
return;
}
// TODO(sjmiles): HTMLImports polyfill awareness:
Expand Down

0 comments on commit 9ff1a04

Please sign in to comment.