Skip to content

Commit a9e9902

Browse files
authored
removing left over debug
1 parent 7bde235 commit a9e9902

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/jsonstream.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ int JsonStream::json_parse(ParsedJson &pj) {
182182
// We assume the error is because the json was not loaded completely in this batch.
183183
// Load a new batch and if the error persists, it's a genuine error.
184184
else if(!error_on_last_attempt) {
185-
printf("failure?\n");
186-
187185
load_next_batch = true;
188186
error_on_last_attempt = true;
189187
res = json_parse(pj);

0 commit comments

Comments
 (0)