Remove unnecessary log
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user