Remove PRD debug prints

This commit is contained in:
pjht 2024-08-25 10:12:26 -05:00
parent 55c78c4fc3
commit 1a888d63d5
Signed by: pjht
GPG Key ID: 7B5F6AFBEC7EE78E

View File

@ -208,11 +208,6 @@ impl AhciPort {
} else {
0x40_0000
};
println!(
"Prd::new({:#x}, {:#x}, false)",
data_buf_phys + (i * 0x40_0000) as u64,
size as u32
);
Prd::new(data_buf_phys + (i * 0x40_0000) as u64, size as u32, false).unwrap()
})
.collect_vec();