Skip to content

Commit

Permalink
fix(x86_64/mmio): remove redundant, inactive print statement
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed May 1, 2024
1 parent 30104f1 commit 060548d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/arch/x86_64/kernel/mmio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ fn guess_device() -> Result<(&'static mut MmioRegisterLayout, u8), &'static str>
BasePageSize::SIZE as usize,
);

//mmio.print_information();

return Ok((mmio, IRQ_NUMBER));
}

Expand Down

0 comments on commit 060548d

Please sign in to comment.