JSDOC/CompressWhite.js
authorAlan Knowles <alan@roojs.com>
Thu, 13 Dec 2012 08:46:23 +0000 (16:46 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 13 Dec 2012 08:46:23 +0000 (16:46 +0800)
JSDOC/CompressWhite.js

index 3ecd774..ca8cd0e 100644 (file)
@@ -285,12 +285,12 @@ CompressWhite =  function (ts, packer, keepWhite)
             tok.outData = '\n';
         }
         
-        print(tok.type + ':' + tok.data);
+        ///print(tok.type + ':' + tok.data);
         
         if (tok.type == "NAME"  && tok.identifier 
             && tok.identifier.mungedValue && tok.identifier.mungedValue.length) {
             //f.write(tok.identifier.mungedValue);
-            print("MUNGED: " + tok.identifier.mungedValue);
+            //print("MUNGED: " + tok.identifier.mungedValue);
             out += tok.identifier.mungedValue;
             continue;
         }