some debug print commented out

This commit is contained in:
Alex Tkachman
2011-11-25 10:50:33 +02:00
parent 21a0d1f85c
commit dce0746bd9
15 changed files with 126 additions and 131 deletions
@@ -11,7 +11,7 @@ public class ObjectGenTest extends CodegenTestCase {
public void testObjectLiteral() throws Exception {
blackBoxFile("objects/objectLiteral.jet");
System.out.println(generateToText());
// System.out.println(generateToText());
}
public void testMethodOnObject() throws Exception {