From 359a540870cecc4e30fb7d978de235d7bd226cc8 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 13 Dec 2012 16:46:13 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index af2ec28..f1160d2 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -363,8 +363,7 @@ ScopeParser.prototype = { var _this = this; token.items.forEach(function(expr) { - print(expr.toString()); - //print(JSON.stringify(expr, null,4)); + //print(expr.toString()); _this.ts = new TokenStream(expr); //if (curTS.data == '(') { _this.parseScope(scope) -- 2.39.2