From fe4a6979323997b3f559b1ae66ec7d95848a5df5 Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 17:48:45 +0800 Subject: [PATCH] JSDOC/Identifier.js --- JSDOC/Identifier.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/Identifier.js b/JSDOC/Identifier.js index 6b25cf6..7cc82bd 100644 --- a/JSDOC/Identifier.js +++ b/JSDOC/Identifier.js @@ -9,7 +9,7 @@ function Identifier(name, scope) { - print("NEW IDENT: " + name); + // print("NEW IDENT: " + name); this.name = name; this.scope = scope; this.identifiers = {}; -- 2.39.2