Remove unused import
This commit is contained in:
parent
f22c04879e
commit
86885be850
1 changed files with 0 additions and 1 deletions
1
index.js
1
index.js
|
@ -1,6 +1,5 @@
|
|||
import { Parser } from "htmlparser2";
|
||||
import { DomHandler } from "domhandler";
|
||||
import { performance } from "perf_hooks";
|
||||
|
||||
const noop = () => {};
|
||||
// const log = noop;
|
||||
|
|
Loading…
Reference in a new issue