JSDOC/TokenStream.vala
authorAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 08:32:23 +0000 (16:32 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 3 Dec 2015 08:32:23 +0000 (16:32 +0800)
JSDOC/TokenStream.vala

index a2bcaec..330b539 100644 (file)
@@ -265,7 +265,7 @@ 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);