# HG changeset patch # User e085711 # Date 1305700946 -32400 # Node ID 6c1b265ed6da515376e34423ab37c6f70d4103c4 # Parent 7fa7dfeb88d13a1a29f80d5077d8d098bff93ea7 update VncCanvas diff -r 7fa7dfeb88d1 -r 6c1b265ed6da src/myVncProxy/VncCanvas.java --- a/src/myVncProxy/VncCanvas.java Wed May 18 15:40:58 2011 +0900 +++ b/src/myVncProxy/VncCanvas.java Wed May 18 15:42:26 2011 +0900 @@ -402,7 +402,7 @@ while (true) { - System.out.println("\ncount=" + count); +// System.out.println("\ncount=" + count); count++; rfb.regiFramebufferUpdate(); @@ -561,7 +561,7 @@ throw new Exception("Unknown RFB message type " + msgType); } bufSize = rfb.getNumBytesRead() - bufSize; - System.out.println("bufSize="+bufSize); +// System.out.println("bufSize="+bufSize); rfb.bufResetSend((int)bufSize); if(rfb.createBimgFlag){