JSDOC/ScopeNamer.js
[app.jsdoc] / JSDOC / ScopeNamer.js
index 9fa2c01..494bf3e 100644 (file)
@@ -100,7 +100,7 @@ ScopeNamer = XObject.define(
          * @param {String} str String to output
          */
         debugCall : function(str)  {
-            return;
+            //return;
             if (!this.filename.match(/Identifier\.js/)) return;
             return   print(str);
         },