JSDOC/ScopeParser.js
[gnome.introspection-doc-generator] / JSDOC / ScopeParser.js
index 42e36c5..dbc42b1 100644 (file)
@@ -303,7 +303,7 @@ ScopeParser.prototype = {
                             var nts = [];
                             while (true) {
                                 var n = this.ts.lookTok();
-                                print(n.toString());
+                                
                                 if (!n || n.type == 'VOID' || n.data == ',') {
                                     break;
                                 }