Merge pull request #29 from stutrek/master

remove console.error
This commit is contained in:
taoqf 2020-02-24 13:06:08 +08:00 committed by GitHub
commit 5107a2619d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
}