From 534df65e910d282130208531ccfbec1c31af2020 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Fri, 27 Sep 2024 09:13:23 -0400 Subject: [PATCH] test-runner: Remove accidental debug log --- uefi-test-runner/src/boot/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/uefi-test-runner/src/boot/mod.rs b/uefi-test-runner/src/boot/mod.rs index 547ee03ee..ae5b78f0e 100644 --- a/uefi-test-runner/src/boot/mod.rs +++ b/uefi-test-runner/src/boot/mod.rs @@ -115,7 +115,6 @@ fn test_load_image() { let loaded_image_device_path = boot::open_protocol_exclusive::(loaded_image) .expect("should open LoadedImageDevicePath protocol"); - log::info!("bish 1"); assert!(loaded_image_device_path.get().is_none()); } // Variant B: FromDevicePath