mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[VBEMP] Remove too verbose log, when debug is enabled in videoprt
This commit is contained in:
parent
d066dae7d9
commit
b5966977ac
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue