From 93b77a807579ab327899f3f4dedb258571789c42 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 13 Dec 2012 16:27:24 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 444ac48..8ec788f 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -225,7 +225,7 @@ ScopeParser.prototype = { // this.timerPrint("parseScope AFTER lookT: " + token.toString()); //this.dumpToken(token , this.scopes, this.braceNesting); //print('SCOPE:' + token.toString()); - this.log(token.data); + //this.log(token.data); if (token.type == 'NAME') { // print('*' + token.data); } -- 2.39.2