mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +00:00
disable debug logging
This commit is contained in:
parent
0447d9bed3
commit
ad66ae2691
@ -32,7 +32,7 @@ vmCall();
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
const bool DebugCompile = true;
|
const bool DebugCompile = false;
|
||||||
const bool DebugNatives = false;
|
const bool DebugNatives = false;
|
||||||
const bool DebugCallTable = false;
|
const bool DebugCallTable = false;
|
||||||
const bool DebugMethodTree = false;
|
const bool DebugMethodTree = false;
|
||||||
|
@ -55,7 +55,7 @@ run(void* r)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
const bool Verbose = true;
|
const bool Verbose = false;
|
||||||
|
|
||||||
const unsigned Waiting = 1 << 0;
|
const unsigned Waiting = 1 << 0;
|
||||||
const unsigned Notified = 1 << 1;
|
const unsigned Notified = 1 << 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user