SSR: remove System.out

This commit is contained in:
Bas Leijdekkers
2014-12-29 13:26:41 +01:00
parent e1c238343f
commit 66bd0caded
@@ -472,7 +472,6 @@ public class JavaCompilingVisitor extends JavaRecursiveElementWalkingVisitor {
}
private static void handleReferenceText(String refname, CompileContext compileContext) {
System.out.println("JavaCompilingVisitor" + ".handleReferenceText(" + refname + ", " + compileContext + ")");
if (refname == null) return;
if (compileContext.getPattern().isTypedVar(refname)) {