mirror of
https://github.com/corda/corda.git
synced 2025-03-12 15:34:58 +00:00
turn off debug logging
This commit is contained in:
parent
2e3fd111d4
commit
123e22322c
@ -15,14 +15,14 @@ using namespace vm;
|
||||
|
||||
namespace {
|
||||
|
||||
const bool DebugAppend = true;
|
||||
const bool DebugCompile = true;
|
||||
const bool DebugResources = true;
|
||||
const bool DebugFrame = true;
|
||||
const bool DebugControl = true;
|
||||
const bool DebugReads = true;
|
||||
const bool DebugAppend = false;
|
||||
const bool DebugCompile = false;
|
||||
const bool DebugResources = false;
|
||||
const bool DebugFrame = false;
|
||||
const bool DebugControl = false;
|
||||
const bool DebugReads = false;
|
||||
const bool DebugSites = false;
|
||||
const bool DebugMoves = true;
|
||||
const bool DebugMoves = false;
|
||||
const bool DebugBuddies = false;
|
||||
|
||||
const int AnyFrameIndex = -2;
|
||||
@ -2798,7 +2798,6 @@ class CombineEvent: public Event {
|
||||
|
||||
if (live(result)) {
|
||||
addSite(c, result, low);
|
||||
fprintf(stderr, "result %p high %p\n", result, result->high);
|
||||
if (resultSize > BytesPerWord and live(result->high)) {
|
||||
addSite(c, result->high, high);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user