JSDOC/TokenReader.js
[gnome.introspection-doc-generator] / JSDOC / TokenReader.js
index bd67ad8..6ee83b9 100644 (file)
@@ -54,8 +54,9 @@ const TokenReader = XObject.define(
                 }
                 return true;
             }
-            Options.LOG.inform("tokens : " + tokens);
+
             while (!stream.look().eof) {
+                console.log(tokens);
                 if (this.read_mlcomment(stream, tokens)) continue;
                 if (this.read_slcomment(stream, tokens)) continue;
                 if (this.read_dbquote(stream, tokens))   continue;