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