From 198af0734158bd8ba7060ae7cc9bb378a6e50e1f Mon Sep 17 00:00:00 2001 From: Rajas Paranjpe Date: Sat, 23 Nov 2024 11:14:27 -0800 Subject: [PATCH] Remove "UEFI boot" log message --- uefi/src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/uefi/src/main.rs b/uefi/src/main.rs index 4eaef2b5..0ad26557 100644 --- a/uefi/src/main.rs +++ b/uefi/src/main.rs @@ -531,8 +531,6 @@ fn init_logger( stride: mode_info.stride(), }; - log::info!("UEFI boot"); - bootloader_x86_64_common::init_logger( slice, info,