remove console.error

This commit is contained in:
Stu Kabakoff 2020-02-23 12:48:17 -05:00
parent 4362931117
commit 20595239c1

View file

@ -452,7 +452,6 @@ export default class HTMLElement extends Node {
}
public hasAttribute(key: string) {
console.error(this.attributes, key);
return key in this.attributes;
}