Commit ce86f5c9 authored by Joel Martin's avatar Joel Martin

Squelch noisy debug logs.

parent c0c20581
......@@ -1293,7 +1293,7 @@ getTightCLength = function (arr) {
};
function display_tight(isTightPNG) {
Util.Debug(">> display_tight");
//Util.Debug(">> display_tight");
if (fb_depth === 1) {
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; }
//Util.Debug(" ws.rQslice(0,20): " + ws.rQslice(0,20) + " (" + ws.rQlen() + ")");
Util.Debug(" cmode: " + cmode);
//Util.Debug(" cmode: " + cmode);
// Determine FBU.bytes
switch (cmode) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment