From 79de71f17e4bc07a3cda07c2c3c40d4646bde2a5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 14:06:34 +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 b4bfc12..f920b5c 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -883,7 +883,7 @@ ScopeParser.prototype = { //print(token.toString()); var outTS = this.ts; this.ts = new TokenStream(token.items); - print(JSON.stringify(this.ts,null,4)); + //print(JSON.stringify(this.ts,null,4)); this.parseScope(fnScope); this.ts = outTS; // now pop it off the stack!!! -- 2.39.2