mirror of
https://github.com/danbulant/node-html-parser
synced 2026-05-19 04:18:52 +00:00
remove console.error
This commit is contained in:
parent
4362931117
commit
20595239c1
1 changed files with 0 additions and 1 deletions
|
|
@ -452,7 +452,6 @@ export default class HTMLElement extends Node {
|
|||
}
|
||||
|
||||
public hasAttribute(key: string) {
|
||||
console.error(this.attributes, key);
|
||||
return key in this.attributes;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue