mxd 3 жил өмнө
parent
commit
932b2e0157

+ 0 - 1
magic-editor/src/console/src/scripts/parsing/ast.js

@@ -267,7 +267,6 @@ class NewStatement extends Node {
             for(let i = imports.length - 1; i >= 0 && !value; i--){
             for(let i = imports.length - 1; i >= 0 && !value; i--){
                 value = JavaClass.findClass(imports[i] + this.identifier);
                 value = JavaClass.findClass(imports[i] + this.identifier);
             }
             }
-            console.log(imports,this.identifier, value)
         }
         }
         return  value|| 'java.lang.Object';
         return  value|| 'java.lang.Object';
     }
     }