JSDOC/TokenReader.js
[gnome.introspection-doc-generator] / JSDOC / TokenReader.js
index bd67ad8..9851800 100644 (file)
@@ -54,7 +54,7 @@ const TokenReader = XObject.define(
                 }
                 return true;
             }
-            Options.LOG.inform("tokens : " + tokens);
+
             while (!stream.look().eof) {
                 if (this.read_mlcomment(stream, tokens)) continue;
                 if (this.read_slcomment(stream, tokens)) continue;
@@ -259,6 +259,7 @@ const TokenReader = XObject.define(
                 found = "\n";
             }
             if (this.keepWhite) {
+                console.log(typeof(token));
                 var last = tokens.pop();
                 if (last && last.name != "WHIT") {
                     tokens.push(last);