8000 tmp · ORESoftware/json-parser@090d28a · GitHub
[go: up one dir, main page]

Skip to content

Commit 090d28a

Browse files
committed
tmp
1 parent f1e0544 commit 090d28a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ export class JSONParser<T = any> extends stream.Transform {
118118
else if (iz > 0 && iz >= ib) {
119119
o = o.slice(iz);
120120
}
121-
console.log('sliced json-stream string:', o);
121+
// console.log('sliced json-stream string:', o);
122122
return o;
123123
}
124124

125125
handleJSON(o: string) {
126126

127-
console.log('raw json-stream string:', o);
127+
// console.log('raw json-stream string:', o);
128128

129129
if (this.cleanFront) {
130130
// sometimes there is some noise in the beginning of a line before the JSON starts

0 commit comments

Comments
 (0)
0