set Verbose=false

This commit is contained in:
Joel Dice 2008-01-07 10:16:41 -07:00
parent 888dce8f3c
commit 25f12ca40a

View File

@ -16,7 +16,7 @@ vmCall();
namespace {
const bool Verbose = true;
const bool Verbose = false;
const bool DebugNatives = false;
const bool DebugTraces = false;
const bool DebugFrameMaps = false;