Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp	(revision 46715)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIFrameBuffer.cpp	(revision 46716)
@@ -237,15 +237,11 @@
         && (uWidth > (ULONG)screen.width())
         && (uWidth > (ULONG)width()))
-    {
-        LogRel(("Host rejected width: %u.\n", uWidth));
         *pbSupported = FALSE;
-    }
+
     if (   (screen.height() != 0)
         && (uHeight > (ULONG)screen.height())
         && (uHeight > (ULONG)height()))
-    {
-        LogRel(("Host rejected height: %u.\n", uHeight));
         *pbSupported = FALSE;
-    }
+
     LogFlowThisFunc(("screenW=%lu, screenH=%lu -> aSupported=%s\n",
                     screen.width(), screen.height(), *pbSupported ? "TRUE" : "FALSE"));
