Skip to content

Commit

Permalink
Remove spammy debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoncouture committed Jan 11, 2023
1 parent 318352c commit 6b35676
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/src/load_kernel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ where

for page in start_page..=end_inclusive_page {
// Translate the virtual page to the physical frame.
debug!("{page:?}");
let phys_addr = self
.page_table
.translate_page(page)
Expand Down

0 comments on commit 6b35676

Please sign in to comment.