JSDOC/TokenReader.js
[gnome.introspection-doc-generator] / JSDOC / TokenReader.js
index 6ee83b9..8977435 100644 (file)
@@ -54,9 +54,9 @@ const TokenReader = XObject.define(
                 }
                 return true;
             }
-
+            console.log(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;