Skip to content

Commit

Permalink
Merge pull request #1412 from nicholasbishop/bishop-log
Browse files Browse the repository at this point in the history
test-runner: Remove accidental debug log
  • Loading branch information
phip1611 authored Sep 27, 2024
2 parents 6d91386 + 534df65 commit 454ed95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uefi-test-runner/src/boot/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ fn test_load_image() {
let loaded_image_device_path =
boot::open_protocol_exclusive::<LoadedImageDevicePath>(loaded_image)
.expect("should open LoadedImageDevicePath protocol");
log::info!("bish 1");
assert!(loaded_image_device_path.get().is_none());
}
// Variant B: FromDevicePath
Expand Down

0 comments on commit 454ed95

Please sign in to comment.