diff options
-rw-r--r-- | vncviewer/DesktopWindow.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vncviewer/DesktopWindow.cxx b/vncviewer/DesktopWindow.cxx index 78a94b60..391c023e 100644 --- a/vncviewer/DesktopWindow.cxx +++ b/vncviewer/DesktopWindow.cxx @@ -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; } |