]> git.proxmox.com Git - mirror_novnc.git/commitdiff
Squelch noisy debug logs.
authorJoel Martin <github@martintribe.org>
Wed, 14 Mar 2012 01:24:24 +0000 (20:24 -0500)
committerJoel Martin <github@martintribe.org>
Wed, 14 Mar 2012 01:24:24 +0000 (20:24 -0500)
include/rfb.js

index f46e7166d66ebb4d6b4639d63051033fc02a6122..2677a37da293273f04429db30f1f9c0cc2d4af2f 100644 (file)
@@ -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) {