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