X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FIdentifier.js;h=7cc82bd4c0eeab0e439ac0f0940dce42684bcfee;hp=6b25cf6077d08a4975af5b0ac8026885bf0b956f;hb=759466942f163998373b165f409fd9cfaaa9910f;hpb=a8fcc1979888a0ed118e9542c5b6f936e41d16ae 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 = {};