mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
disable debug logging in compile.cpp
This commit is contained in:
parent
5d5dbd860b
commit
36a8ba28e5
@ -40,7 +40,7 @@ namespace {
|
||||
|
||||
namespace local {
|
||||
|
||||
const bool DebugCompile = true;
|
||||
const bool DebugCompile = false;
|
||||
const bool DebugNatives = false;
|
||||
const bool DebugCallTable = false;
|
||||
const bool DebugMethodTree = false;
|
||||
|
Loading…
Reference in New Issue
Block a user