]> source.dussan.org Git - tigervnc.git/commitdiff
Remove some debug output that wasn't supposed to be here.
authorPierre Ossman <ossman@cendio.se>
Fri, 20 Jul 2012 12:15:32 +0000 (12:15 +0000)
committerPierre Ossman <ossman@cendio.se>
Fri, 20 Jul 2012 12:15:32 +0000 (12:15 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4944 3789f03b-4d11-0410-bbf8-ca57d06f2519

vncviewer/DesktopWindow.cxx

index 78a94b6078fc5ac6a1dbc6cd3d55e8e2480b8e03..391c023e544c28d0ebb673372434458b81d1b4f1 100644 (file)
@@ -546,7 +546,6 @@ void DesktopWindow::remoteResize()
 
   if (!layout.validate(width, height)) {
     vlog.error("Invalid screen layout computed for resize request!");
-    layout.debug_print();
     return;
   }