Skip to content

Commit 6b35676

Browse files
committed
Remove spammy debug message
1 parent 318352c commit 6b35676

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

common/src/load_kernel.rs

-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,6 @@ where
309309

310310
for page in start_page..=end_inclusive_page {
311311
// Translate the virtual page to the physical frame.
312-
debug!("{page:?}");
313312
let phys_addr = self
314313
.page_table
315314
.translate_page(page)

0 commit comments

Comments
 (0)