JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 07:38:28 +0000 (15:38 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 07:38:28 +0000 (15:38 +0800)
JSDOC/ScopeParser.js

index 55ea5fc..04210e0 100644 (file)
@@ -330,7 +330,7 @@ ScopeParser.prototype = {
                         
                         for (var prop in token.props) {
                             
-                             print('SCOPE-PROPS:' + JSON.stringify(token.props[prop],null,4));
+                            // print('SCOPE-PROPS:' + JSON.stringify(token.props[prop],null,4));
                             if (token.props[prop].val[0].data == 'function') {
                                 // parse a function..
                                 this.ts = new TokenStream(token.props[prop].val);