From: alan Date: Mon, 19 Apr 2010 09:48:45 +0000 (+0800) Subject: JSDOC/Identifier.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=fe4a6979323997b3f559b1ae66ec7d95848a5df5 JSDOC/Identifier.js --- 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 = {};