X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FTokenReader.js;h=985180075873fe6f53098a2c79a6e768fc888ae4;hp=e98dbb437b038a35906b9af2f5dd721aacb8db16;hb=066d22955a52b4caa7c805ff91836125f178f890;hpb=bf4f39ce6f7212d07c1fcb80fdfcd00f42c0870d diff --git a/JSDOC/TokenReader.js b/JSDOC/TokenReader.js index e98dbb4..9851800 100644 --- a/JSDOC/TokenReader.js +++ b/JSDOC/TokenReader.js @@ -259,7 +259,7 @@ const TokenReader = XObject.define( found = "\n"; } if (this.keepWhite) { - console.log('got here?'); + console.log(typeof(token)); var last = tokens.pop(); if (last && last.name != "WHIT") { tokens.push(last);