Oops noisy.
This commit is contained in:
parent
fa6c8990ff
commit
35503f1d8f
|
@ -13,7 +13,7 @@
|
|||
#include "jsonparser/simdjson_internal.h"
|
||||
|
||||
#include <iostream>
|
||||
#define DEBUG
|
||||
//#define DEBUG
|
||||
#define PATH_SEP '/'
|
||||
|
||||
#if defined(DEBUG) && !defined(DEBUG_PRINTF)
|
||||
|
@ -833,11 +833,11 @@ array_continue:
|
|||
|
||||
succeed:
|
||||
DEBUG_PRINTF("in succeed\n");
|
||||
pj.dump_tapes();
|
||||
//pj.dump_tapes();
|
||||
return true;
|
||||
|
||||
fail:
|
||||
DEBUG_PRINTF("in fail\n");
|
||||
pj.dump_tapes();
|
||||
//pj.dump_tapes();
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue