From 18c9cc16448d5212c75bab2c63efc5cb2384270e Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Mon, 18 Mar 2024 21:55:17 +0100 Subject: [PATCH] Remove unnecessary debug messages --- xtldr/xtldr.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/xtldr/xtldr.c b/xtldr/xtldr.c index e24862b..6137831 100644 --- a/xtldr/xtldr.c +++ b/xtldr/xtldr.c @@ -121,8 +121,6 @@ BlInitializeBootMenuList(OUT PXTBL_BOOTMENU_ITEM MenuEntries, /* Set default menu entry to last booted OS */ DefaultMenuEntry = LastBooted; } - BlDebugPrint(L"Last booted OS: '%S' - '%S'\n", LastBooted, DefaultMenuEntry); - BlSleepExecution(5000); } /* Iterate through all menu sections */ @@ -321,9 +319,6 @@ BlInvokeBootProtocol(IN PWCHAR ShortName, /* Failed to save chosen Operating System */ BlDebugPrint(L"WARNING: Failed to save chosen Operating System in NVRAM (Status Code: 0x%zX)\n", Status); } - - BlDebugPrint(L"Now setting OS: '%S'\n", ShortName); - BlSleepExecution(5000); } /* Boot Operating System */