Remove unnecessary log

This commit is contained in:
Jeremy Soller
2025-11-01 20:49:06 -06:00
parent 91b835d29f
commit aa50069e15
-1
View File
@@ -125,7 +125,6 @@ pub unsafe fn usermode_bootstrap(bootstrap: &Bootstrap, token: &mut CleanLockTok
let bootstrap_entry = u64::from_le_bytes(bootstrap_slice[0x1a..0x22].try_into().unwrap());
debug!("Bootstrap entry point: {:X}", bootstrap_entry);
assert_ne!(bootstrap_entry, 0);
println!("\n");
// Start in a minimal environment without any stack.