mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +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
|
static int
|
||||||
VBESortModesCallback(PVBE_MODEINFO VbeModeInfoA, PVBE_MODEINFO VbeModeInfoB)
|
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
|
* FIXME: Until some reasonable method for changing video modes will
|
||||||
* be available we favor more bits per pixel. It should be changed
|
* be available we favor more bits per pixel. It should be changed
|
||||||
|
|
Loading…
Reference in a new issue