diff --git a/src/nodes/html.ts b/src/nodes/html.ts index bd1955f..04a8cb5 100644 --- a/src/nodes/html.ts +++ b/src/nodes/html.ts @@ -452,7 +452,6 @@ export default class HTMLElement extends Node { } public hasAttribute(key: string) { - console.error(this.attributes, key); return key in this.attributes; }