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 88192a3 commit 23c746c
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 23c746c

Please sign in to comment.