Remove test debug message
All checks were successful
Builds / ExectOS (amd64) (push) Successful in 45s
Builds / ExectOS (i686) (push) Successful in 28s

This commit is contained in:
Rafal Kupiec 2024-01-03 15:58:04 +01:00
parent b79e650f5f
commit dae5900bc7
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -189,7 +189,7 @@ XTCDECL
VOID
FbPrintDisplayInformation()
{
PWCHAR DriverName;
PWCHAR DriverName = NULL;
/* Make sure frame buffer is initialized */
if(!FrameBufferInfo.Initialized)
@ -203,7 +203,6 @@ FbPrintDisplayInformation()
FbGetDisplayDriver(DriverName);
/* Print video information */
XtLdrProtocol->Debug.Print(L"TEST: %S\n", DriverName);
XtLdrProtocol->Debug.Print(L"XTLDR Framebuffer information:\n"
L" FrameBuffer Address: 0x%lx\n"
L" FrameBuffer Size: %lu\n"