From: Alan Knowles Date: Thu, 15 Jul 2010 05:21:06 +0000 (+0800) Subject: JSDOC/ScopeParser.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=2de6fcd79ae5b56dc7c6198bfabe9fe64774733c JSDOC/ScopeParser.js --- diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 130ab2a..0abc2de 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -896,9 +896,9 @@ ScopeParser.prototype = { // now pop it off the stack!!! this.braceNesting = b4braceNesting; - print("ENDFN -1: " + this.ts.lookTok(-1).toString()); - print("ENDFN 0: " + this.ts.lookTok(0).toString()); - print("ENDFN 1: " + this.ts.lookTok(1).toString()); + //print("ENDFN -1: " + this.ts.lookTok(-1).toString()); + //print("ENDFN 0: " + this.ts.lookTok(0).toString()); + //print("ENDFN 1: " + this.ts.lookTok(1).toString()); }, protectScopeFromObfuscation : function(scope) {