Removed debugging that should not have been checked in

This commit is contained in:
Eric Scharff 2008-06-16 11:47:54 -06:00
parent f8d33eb141
commit 86a5e9ba8a

View File

@ -28,7 +28,7 @@ vmCall();
namespace {
const bool Verbose = false;
const bool DebugNatives = true;
const bool DebugNatives = false;
const bool DebugCallTable = false;
const bool DebugMethodTree = false;
const bool DebugFrameMaps = false;