Drop extra debug print

This commit is contained in:
Philipp Bartsch
2026-03-26 00:49:33 +01:00
parent a60cc25015
commit 2d5e2b39f5
-1
View File
@@ -100,7 +100,6 @@ struct CpuInfo {
impl CpuInfo {
fn new() -> CpuInfo {
let midr = unsafe { control_regs::midr() };
println!("MIDR: 0x{:x}", midr);
let midr = MachineId(midr);
let implementer = match midr.get_implementer() {