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