From 2de6fcd79ae5b56dc7c6198bfabe9fe64774733c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 15 Jul 2010 13:21:06 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) { -- 2.39.2