From: Joel Martin Date: Wed, 14 Mar 2012 01:24:24 +0000 (-0500) Subject: Squelch noisy debug logs. X-Git-Tag: v1.0.0~529 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ce86f5c95472761303b7e0b38ebd6134118234f5;hp=c0c20581f5598a7e0b864d20591e7f65f17c3445;p=mirror_novnc.git Squelch noisy debug logs. --- diff --git a/include/rfb.js b/include/rfb.js index f46e716..2677a37 100644 --- a/include/rfb.js +++ b/include/rfb.js @@ -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) {