JSDOC/Packer.js
[gnome.introspection-doc-generator] / JSDOC / Packer.js
index 7dae913..236a65d 100644 (file)
@@ -334,7 +334,7 @@ Packer.prototype = {
         
         this.timerPrint("Tokenized");
         var ts = new TokenStream(toks);
-        ts.dump();
+        //ts.dump();
         //return;//
         var sp = new ScopeParser(ts);
         this.timerPrint("Converted to Parser");