From: Alan Knowles Date: Thu, 15 Jul 2010 07:18:37 +0000 (+0800) Subject: JSDOC/TokenReader.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=f3c7ddeadbe815a07cb3fc8f2e78adc4627cba2c;hp=9dcf2e28270da9d09da00786863fc90adec36cf2 JSDOC/TokenReader.js --- diff --git a/JSDOC/TokenReader.js b/JSDOC/TokenReader.js index e87cd17..2657ccd 100644 --- a/JSDOC/TokenReader.js +++ b/JSDOC/TokenReader.js @@ -137,7 +137,7 @@ TokenReader = XObject.define( if (found === "") { return false; } - print("WHITE = " + JSON.stringify(found)); + //print("WHITE = " + JSON.stringify(found)); if (this.collapseWhite) found = " "; if (this.keepWhite) tokens.push(new Token(found, "WHIT", "SPACE", this.line)); return true;