More bugs...
[repair.git] / Repair / RepairCompiler / MCC / Compiler.java
index f10b39d879db782dd6ccc9861d5f337c8e96c714..abdf07cb19c1d6d55cdfb2d20efbe37b8687fe0f 100755 (executable)
@@ -22,7 +22,7 @@ public class Compiler {
     public static boolean AGGRESSIVESEARCH=false;
     public static boolean PRUNEQUANTIFIERS=false;
     public static boolean GENERATEDEBUGHOOKS=true;
-    public static boolean GENERATEDEBUGPRINT=true;
+    public static boolean GENERATEDEBUGPRINT=false;
 
     public static void main(String[] args) {
         State state = null;