mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
SSR: remove System.out
This commit is contained in:
-1
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user