From: Alan Knowles Date: Thu, 15 Jul 2010 05:22:12 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=721d99081543dde70fd168cfbdc550255feb2689 JSDOC/ScopeParser.js --- 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+"");