From 9c168c54a4b08cc8efc7178c18380e05324ca29a Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 17:48:27 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.39.2