mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-08 07:54:11 -08:00
Remote System.out.println
This commit is contained in:
parent
dc3faa1727
commit
58606d8aa6
|
@ -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("(");
|
||||
|
|
Loading…
Reference in New Issue
Block a user