From: alan Date: Mon, 19 Apr 2010 09:48:27 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=9c168c54a4b08cc8efc7178c18380e05324ca29a JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index a412508..5c6b37a 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -212,7 +212,7 @@ ScopeParser.prototype = { while (token) { // this.timerPrint("parseScope AFTER lookT: " + token.toString()); - this.log(token.data); + //this.log(token.data); if (token.type == 'NAME') { // print('*' + token.data); } @@ -502,7 +502,7 @@ ScopeParser.prototype = { currentScope = this.scopes[this.scopes.length-1]; //println(""+token.data+""); - this.log("EXP:" + token.data); + //this.log("EXP:" + token.data); switch (token.type) { case 'PUNC': switch(token.data) {