X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FTokenReader.js;h=2657ccdd47e1867fd3ad5b6114b82c8670b25c6b;hp=e87cd17901a93edf3ca85c3bdd25cb09c1fb3b64;hb=f3c7ddeadbe815a07cb3fc8f2e78adc4627cba2c;hpb=9dcf2e28270da9d09da00786863fc90adec36cf2 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;