From 60f1a351749173b7d5b04e087178b8e152f88c72 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 13 Dec 2012 16:46:23 +0800 Subject: [PATCH] JSDOC/CompressWhite.js --- JSDOC/CompressWhite.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/CompressWhite.js b/JSDOC/CompressWhite.js index 3ecd774..ca8cd0e 100644 --- a/JSDOC/CompressWhite.js +++ b/JSDOC/CompressWhite.js @@ -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; } -- 2.39.2