JSDOC/Walker2.js
authorAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 15:01:11 +0000 (23:01 +0800)
committerAlan Knowles <alan@akkbhome.com>
Tue, 6 Jul 2010 15:01:11 +0000 (23:01 +0800)
JSDOC/Walker2.js

index 42d1e29..7e97ce8 100644 (file)
@@ -156,7 +156,7 @@ Walker2 = XObject.define(
             //print(JSON.stringify(this.ts, null, 4)); Seed.quit();
             
             while (null != (token = this.ts.next())) {
-                print("TOK"+ token.toString());
+                //print("TOK"+ token.toString());
                 //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
                   
                 if (token.is('WHIT')) {