X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScopeParser.js;h=4c10cdb022133e809d6fc4c69c7185da7f054388;hp=00c01a66225d067554ece8e41a6ceeb6a00e7f13;hb=bdccec2ae09b452ef11a77cc4c88ff2797ca987e;hpb=c3e0dcd4eb059f697605817d502051f1f5d7858a diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 00c01a6..4c10cdb 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -141,7 +141,7 @@ ScopeParser.prototype = { this.braceNesting = 0; this.scopes = []; - print(JSON.stringify(this.ts.tokens, null,4)); + // print(JSON.stringify(this.ts.tokens, null,4)); this.globalScope = new Scope(-1, false, -1, '');