https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b5966977ac78d1d9d494092b4ddf14893d5ac366

commit b5966977ac78d1d9d494092b4ddf14893d5ac366
Author:     Hervé Poussineau <[email protected]>
AuthorDate: Fri Jun 18 22:46:24 2021 +0200
Commit:     Hervé Poussineau <[email protected]>
CommitDate: Sat Jul 10 16:27:44 2021 +0200

    [VBEMP] Remove too verbose log, when debug is enabled in videoprt
---
 win32ss/drivers/miniport/vbe/vbemp.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/win32ss/drivers/miniport/vbe/vbemp.c 
b/win32ss/drivers/miniport/vbe/vbemp.c
index 7525b78561c..14eaac91061 100644
--- a/win32ss/drivers/miniport/vbe/vbemp.c
+++ b/win32ss/drivers/miniport/vbe/vbemp.c
@@ -90,12 +90,6 @@ VBEFindAdapter(
 static int
 VBESortModesCallback(PVBE_MODEINFO VbeModeInfoA, PVBE_MODEINFO VbeModeInfoB)
 {
-   VideoPortDebugPrint(Info, "VBESortModesCallback: %dx%dx%d / %dx%dx%d\n",
-      VbeModeInfoA->XResolution, VbeModeInfoA->YResolution,
-      VbeModeInfoA->BitsPerPixel,
-      VbeModeInfoB->XResolution, VbeModeInfoB->YResolution,
-      VbeModeInfoB->BitsPerPixel);
-
    /*
     * FIXME: Until some reasonable method for changing video modes will
     * be available we favor more bits per pixel. It should be changed

Reply via email to