Skip to content

Commit

Permalink
refactor: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
niquenen committed Sep 17, 2024
1 parent dc7dd20 commit 14bd2b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/list.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// import { inspect } from 'node:util';
import { default as serialize } from 'dom-serializer';
import { parseDocument } from 'htmlparser2';
import type { Nullable } from './types.js';
Expand Down Expand Up @@ -103,6 +102,5 @@ export function toList(data: string): TMap
}
);
}
// console.log(inspect(map, false, null, true));
return map;
}

0 comments on commit 14bd2b1

Please sign in to comment.