aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2009-04-24 11:34:46 +0000
committerPierre Ossman <ossman@cendio.se>2009-04-24 11:34:46 +0000
commit3ce8c7af7d475ca4e02a1a9219bc9fdcb895efc5 (patch)
tree1c9c51d3fe4db5d0a3d760551681c5608ff717e2
parente9962f723139b39b7d389d5344cc54a16a7bd0be (diff)
downloadtigervnc-3ce8c7af7d475ca4e02a1a9219bc9fdcb895efc5.tar.gz
tigervnc-3ce8c7af7d475ca4e02a1a9219bc9fdcb895efc5.zip
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
-rw-r--r--common/rfb/VNCSConnectionST.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/common/rfb/VNCSConnectionST.cxx b/common/rfb/VNCSConnectionST.cxx
index 9b4d38ef..12cfab8c 100644
--- a/common/rfb/VNCSConnectionST.cxx
+++ b/common/rfb/VNCSConnectionST.cxx
@@ -507,9 +507,6 @@ void VNCSConnectionST::framebufferUpdateRequest(const Rect& r,bool incremental)
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",