Remove some debug output that wasn't supposed to be here.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4944 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/vncviewer/DesktopWindow.cxx b/vncviewer/DesktopWindow.cxx
index 78a94b6..391c023 100644
--- a/vncviewer/DesktopWindow.cxx
+++ b/vncviewer/DesktopWindow.cxx
@@ -546,7 +546,6 @@
 
   if (!layout.validate(width, height)) {
     vlog.error("Invalid screen layout computed for resize request!");
-    layout.debug_print();
     return;
   }