JSDOC/TokenReader.js
[gnome.introspection-doc-generator] / JSDOC / TokenReader.js
index a45bb0a..b5f46be 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;