Skip to content
Snippets Groups Projects
Commit 531497d7 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Remove debug warnings

parent 3837b260
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,6 @@ impl<'a> Elf<'a> { ...@@ -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);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment