From: Pierre Ossman Date: Fri, 24 Apr 2009 11:34:46 +0000 (+0000) Subject: Remove debugging output that wasn't supposed to be committed. X-Git-Tag: v0.0.90~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3ce8c7af7d475ca4e02a1a9219bc9fdcb895efc5;p=tigervnc.git 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 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",