JSDOC/Scope.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 09:50:13 +0000 (17:50 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 09:50:13 +0000 (17:50 +0800)
JSDOC/Scope.js

index 1367bb4..0606100 100644 (file)
@@ -181,7 +181,7 @@ Scope.prototype = {
             for (var i in this.identifiers) {
                 all.push(i);
             }
-            print("MUNGE: " + all.join(', '));
+            //print("MUNGE: " + all.join(', '));
             
             //println("MUNGE: Building FreeSyms:" + this.id+"</BR>");
             
@@ -210,12 +210,12 @@ Scope.prototype = {
                 
                 
                 if (!this.identifiers[i].toMunge) {
-                    print("SKIP toMunge==false : " + i)
+                    //print("SKIP toMunge==false : " + i)
                     continue;
                 }
                 
                 if (this.isProtectedVar(i)) {
-                    print("SKIP PROTECTED: " + i)
+                    //print("SKIP PROTECTED: " + i)
                     continue; // 
                 }
                 
@@ -241,7 +241,7 @@ Scope.prototype = {
                 //println([     repsym,mungedValue ]);
                 
                 if (this.mungeM && repsym.length < mungedValue.length) {
-                    print("REPLACE:"+ mungedValue +" with " + repsym );    
+                    //print("REPLACE:"+ mungedValue +" with " + repsym );    
                     mungedValue = repsym;
                     repsym = '';
                 }