some debug print commented

This commit is contained in:
Alex Tkachman
2012-09-23 18:04:14 +02:00
parent 1d5636ea6a
commit ee784eb2fe
4 changed files with 5 additions and 5 deletions
@@ -127,7 +127,7 @@ public class FunctionGenTest extends CodegenTestCase {
public void testKt1199() {
blackBoxFile("regressions/kt1199.kt");
System.out.println(generateToText());
//System.out.println(generateToText());
}
public void testFunction() throws InvocationTargetException, IllegalAccessException {