JSDOC/TokenStream.vala
[gnome.introspection-doc-generator] / JSDOC / TokenStream.vala
index 330b539..559141b 100644 (file)
@@ -268,7 +268,7 @@ namespace JSDOC {
                                //print("balance (%d): STOP: %s\n" ,  depth ,  token.data);
                            if (depth < 1) {
                                    this.next(); // shift cursor to eat closer...
-                                       print("returning got %d\n", got.size);
+                                       //print("returning got %d\n", got.size);
                                        return got;
                                }