JSDOC/TokenReader.js
[gnome.introspection-doc-generator] / JSDOC / TokenReader.js
index a45bb0a..9851800 100644 (file)
@@ -56,7 +56,6 @@ const TokenReader = XObject.define(
             }
 
             while (!stream.look().eof) {
-                print_r(tokens);
                 if (this.read_mlcomment(stream, tokens)) continue;
                 if (this.read_slcomment(stream, tokens)) continue;
                 if (this.read_dbquote(stream, tokens))   continue;
@@ -260,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);