From dae5900bc71958eb1a1b87dd90b709e8d860e135 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Wed, 3 Jan 2024 15:58:04 +0100 Subject: [PATCH] Remove test debug message --- xtldr2/modules/fb_o/framebuf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xtldr2/modules/fb_o/framebuf.c b/xtldr2/modules/fb_o/framebuf.c index cd8db2e..bbff477 100644 --- a/xtldr2/modules/fb_o/framebuf.c +++ b/xtldr2/modules/fb_o/framebuf.c @@ -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"