Remove debug warnings
This commit is contained in:
parent
b326ac0a10
commit
9040789987
|
@ -97,7 +97,6 @@ impl<'a> Elf<'a> {
|
||||||
}
|
}
|
||||||
|
|
||||||
for page in Page::range_inclusive(start_page, end_page) {
|
for page in Page::range_inclusive(start_page, end_page) {
|
||||||
println!("{:X}: {:?}", page.start_address().get(), flags);
|
|
||||||
active_table.remap(page, flags);
|
active_table.remap(page, flags);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue