Skip to content

Commit a63056f

Browse files
committed
fix readme:
1 parent 6fc1cf9 commit a63056f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ class JsonParser<T> {
4040
#stream: Promise<JSONStreamResult<JSONStreamValue>>;
4141

4242
constructor(queue: Queue<string>) {
43-
console.log('v2');
4443
this.#queue = queue.pipe(r => [...r]).flat();
4544

4645
this.#stream = (async () => {

0 commit comments

Comments
 (0)