Remove debugging output that wasn't supposed to be committed.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3788 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/rfb/VNCSConnectionST.cxx b/common/rfb/VNCSConnectionST.cxx
index 9b4d38e..12cfab8 100644
--- a/common/rfb/VNCSConnectionST.cxx
+++ b/common/rfb/VNCSConnectionST.cxx
@@ -507,9 +507,6 @@
 
   SConnection::framebufferUpdateRequest(r, incremental);
 
-  vlog.info("FramebufferUpdateRequest %dx%d at %d,%d %sincr",
-             r.width(), r.height(), r.tl.x, r.tl.y, incremental ? "" : "non-");
-
   // Check that the client isn't sending crappy requests
   if (!r.enclosed_by(Rect(0, 0, cp.width, cp.height))) {
     vlog.error("FramebufferUpdateRequest %dx%d at %d,%d exceeds framebuffer %dx%d",