mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2025-01-09 08:24:10 -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;
|
lastCallSite = callSite;
|
||||||
}
|
}
|
||||||
boolean virtual = false;
|
boolean virtual = false;
|
||||||
System.out.println("Render invocation of " + expr.getMethod());
|
|
||||||
switch (expr.getType()) {
|
switch (expr.getType()) {
|
||||||
case STATIC:
|
case STATIC:
|
||||||
writer.append(fullName).append("(");
|
writer.append(fullName).append("(");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user