Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Remove test log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
electron271 authored Oct 23, 2023
1 parent 57a2231 commit 1ab68eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,5 @@ fn kernel_main(boot_info: &'static BootInfo) -> ! {
init(boot_info);
log!("Initialized!");

log!("This is a test log message");
warn!("This is a test warning message");
error!("This is a test error message");

hlt_loop();
}

0 comments on commit 1ab68eb

Please sign in to comment.