Skip to content

Commit 454ed95

Browse files
authored
Merge pull request #1412 from nicholasbishop/bishop-log
test-runner: Remove accidental debug log
2 parents 6d91386 + 534df65 commit 454ed95

File tree

1 file changed

+0
-1
lines changed
  • uefi-test-runner/src/boot

1 file changed

+0
-1
lines changed

uefi-test-runner/src/boot/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ fn test_load_image() {
115115
let loaded_image_device_path =
116116
boot::open_protocol_exclusive::<LoadedImageDevicePath>(loaded_image)
117117
.expect("should open LoadedImageDevicePath protocol");
118-
log::info!("bish 1");
119118
assert!(loaded_image_device_path.get().is_none());
120119
}
121120
// Variant B: FromDevicePath

0 commit comments

Comments
 (0)