Remote System.out.println

This commit is contained in:
konsoletyper 2014-09-13 20:51:03 +04:00
parent dc3faa1727
commit 58606d8aa6

View File

@ -1296,7 +1296,6 @@ public class Renderer implements ExprVisitor, StatementVisitor, RenderingContext
lastCallSite = callSite;
}
boolean virtual = false;
System.out.println("Render invocation of " + expr.getMethod());
switch (expr.getType()) {
case STATIC:
writer.append(fullName).append("(");