JSDOC/CompressWhite.js
[gnome.introspection-doc-generator] / JSDOC / CompressWhite.js
index f80c3cc..c8fd66c 100644 (file)
@@ -285,11 +285,12 @@ CompressWhite =  function (ts, packer, keepWhite)
             tok.outData = '\n';
         }
         
-        print("INDENTIFIER : " + 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");
             out += tok.identifier.mungedValue;
             continue;
         }