From 721d99081543dde70fd168cfbdc550255feb2689 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 13:22:12 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 0abc2de..15f24ad 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -229,7 +229,7 @@ ScopeParser.prototype = { this.scopes.forEach(function() { scopeIndent += ' '; }); - print(scopeIndent + ">> ENTER SCOPE"); + //print(scopeIndent + ">> ENTER SCOPE"); @@ -546,7 +546,7 @@ ScopeParser.prototype = { this.scopes.forEach(function() { scopeIndent += ' '; }); - print(scopeIndent + ">> ENTER EXPRESSION" + this.expN); + //print(scopeIndent + ">> ENTER EXPRESSION" + this.expN); while (token = this.ts.lookTok()) { @@ -562,7 +562,7 @@ ScopeParser.prototype = { */ //this.dumpToken(token, this.scopes, this.braceNesting ); - print('EXP' + this.expN + ':' + token.toString()); + //print('EXP' + this.expN + ':' + token.toString()); //println(""+token.data+""); -- 2.39.2