JSDOC/TokenReader.js
[gnome.introspection-doc-generator] / JSDOC / TokenStream.vala
index a2bcaec..559141b 100644 (file)
@@ -265,10 +265,10 @@ namespace JSDOC {
                        if (token.is(stop)) {
                            depth--;
                            
-                               print("balance (%d): STOP: %s\n" ,  depth ,  token.data);
+                               //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;
                                }