2002/06/17 07:01:40
[org.ibex.core.git] / src / org / xwt / Static.java
index 4117892..035a4ed 100644 (file)
@@ -54,8 +54,6 @@ public class Static extends JSObject {
             for(Scriptable cur = Context.enter().currentFunction; cur != null; cur = cur.getParentScope())
                 if (cur == this) return XWT.singleton;
 
-        System.out.println("casc up " + (resourcename + (resourcename.length() == 0 ? "" : ".") + name));
-
         if (!ispackage) return super.get(name, start);
         return getStatic(resourcename + (resourcename.length() == 0 ? "" : ".") + name);
     }