From 4d5aeb5ab2dba42052e6346f766d2126adc6325e Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Wed, 2 Feb 2011 08:32:40 -0700 Subject: [PATCH] disable debug logging in compile.cpp --- src/compile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compile.cpp b/src/compile.cpp index 3a098969c6..12189c216a 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -37,7 +37,7 @@ namespace { namespace local { -const bool DebugCompile = true; +const bool DebugCompile = false; const bool DebugNatives = false; const bool DebugCallTable = false; const bool DebugMethodTree = false;