From bdeb3cd161a067f07bae14f4d6a0e1a636324e33 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 16 Jul 2010 07:44:13 +0800 Subject: [PATCH] JSDOC/Parser.js --- JSDOC/Parser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/Parser.js b/JSDOC/Parser.js index 32f1ab1..3df204b 100644 --- a/JSDOC/Parser.js +++ b/JSDOC/Parser.js @@ -31,7 +31,7 @@ Parser = { if (this.conf.loaded) { return; } - print("init parser conf!?"); + //print("init parser conf!?"); this.conf = { loaded : true, //ignoreCode: Options.n, @@ -123,7 +123,7 @@ Parser = { addSymbol: function(symbol) { - print("PARSER addSYMBOL : " + symbol.alias); + //print("PARSER addSYMBOL : " + symbol.alias); // if a symbol alias is documented more than once the last one with the user docs wins if (this.symbols.hasSymbol(symbol.alias)) { -- 2.39.2