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