removing left over debug

This commit is contained in:
Daniel Lemire 2020-01-04 12:50:04 -05:00 committed by GitHub
parent 7bde23590a
commit a9e990251d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -182,8 +182,6 @@ int JsonStream::json_parse(ParsedJson &pj) {
// We assume the error is because the json was not loaded completely in this batch.
// Load a new batch and if the error persists, it's a genuine error.
else if(!error_on_last_attempt) {
printf("failure?\n");
load_next_batch = true;
error_on_last_attempt = true;
res = json_parse(pj);