mirror of
https://github.com/corda/corda.git
synced 2025-06-21 16:49:45 +00:00
Reset debugging flag
This commit is contained in:
@ -152,7 +152,7 @@ pathOfExecutable(System* s, const char** retBuf, unsigned* size)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
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;
|
||||||
|
Reference in New Issue
Block a user