JSDOC/ScopeNamer.js
[app.jsdoc] / JSDOC / ScopeNamer.js
index c2007e4..268e0c2 100644 (file)
@@ -103,7 +103,7 @@ ScopeNamer = XObject.define(
          */
         debugCall : function(str)  {
             
-            if (this.filename.match(/File\.js/)) return print(str);
+            //if (this.filename.match(/File\.js/)) return print(str);
             return;
         },