From b9bca90889e97daabe710d99c81de18610ec367d Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 17:49:42 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index bcbc130..57df912 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -98,7 +98,7 @@ ScopeParser.prototype = { }, warn: function(s) { - print('****************' + s); + //print('****************' + s); this.warnings.push(s); //println("WARNING:" + htmlescape(s) + "
"); }, @@ -133,7 +133,7 @@ ScopeParser.prototype = { this.mode = 'BUILDING_SYMBOL_TREE'; this.parseScope(this.globalScope); - print("---------------END PASS 1 ---------------- "); + //print("---------------END PASS 1 ---------------- "); }, mungeSymboltree : function() @@ -474,7 +474,7 @@ ScopeParser.prototype = { //if (this.ts.nextT()) break; } - print("<<<<<<