JSDOC/ScopeParser.js
authorAlan Knowles <alan@roojs.com>
Thu, 13 Dec 2012 08:27:24 +0000 (16:27 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 13 Dec 2012 08:27:24 +0000 (16:27 +0800)
JSDOC/ScopeParser.js

index 444ac48..8ec788f 100644 (file)
@@ -225,7 +225,7 @@ ScopeParser.prototype = {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
             //this.dumpToken(token , this.scopes, this.braceNesting);
             //print('SCOPE:' + token.toString());
-            this.log(token.data);
+            //this.log(token.data);
             if (token.type == 'NAME') {
             //    print('*' + token.data);
             }