Squelch noisy debug logs.

This commit is contained in:
Joel Martin 2012-03-13 20:24:24 -05:00
parent c0c20581f5
commit ce86f5c954
1 changed files with 2 additions and 2 deletions

View File

@ -1293,7 +1293,7 @@ getTightCLength = function (arr) {
}; };
function display_tight(isTightPNG) { function display_tight(isTightPNG) {
Util.Debug(">> display_tight"); //Util.Debug(">> display_tight");
if (fb_depth === 1) { if (fb_depth === 1) {
fail("Tight protocol handler only implements true color mode"); fail("Tight protocol handler only implements true color mode");
@ -1473,7 +1473,7 @@ function display_tight(isTightPNG) {
if (ws.rQwait("TIGHT " + cmode, FBU.bytes)) { return false; } if (ws.rQwait("TIGHT " + cmode, FBU.bytes)) { return false; }
//Util.Debug(" ws.rQslice(0,20): " + ws.rQslice(0,20) + " (" + ws.rQlen() + ")"); //Util.Debug(" ws.rQslice(0,20): " + ws.rQslice(0,20) + " (" + ws.rQlen() + ")");
Util.Debug(" cmode: " + cmode); //Util.Debug(" cmode: " + cmode);
// Determine FBU.bytes // Determine FBU.bytes
switch (cmode) { switch (cmode) {