JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:14:02 +0000 (13:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:14:02 +0000 (13:14 +0800)
JSDOC/ScopeParser.js

index cb62d7a..d2ded36 100644 (file)
@@ -258,7 +258,7 @@ ScopeParser.prototype = {
                     while (true) {
                         token = this.ts.nextTok();
                         //!this.debug|| print( token.toString());
-                        print('SCOPE-VAR-VAL:' + JSON.stringify(token, null, 4));
+                        //print('SCOPE-VAR-VAL:' + JSON.stringify(token, null, 4));
                         if (!token) { // can return false at EOF!
                             break;
                         }