JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:21:06 +0000 (13:21 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:21:06 +0000 (13:21 +0800)
JSDOC/ScopeParser.js

index 130ab2a..0abc2de 100644 (file)
@@ -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) {