Remove dbg!() at start of program
This commit is contained in:
parent
a7c5a0a9ea
commit
645af427ca
@ -17,7 +17,6 @@ struct Cat {
|
||||
}
|
||||
|
||||
fn main() {
|
||||
dbg!();
|
||||
let vfs_pid = loop {
|
||||
if let Some(pid) = syscalls::try_get_registered(0) {
|
||||
break pid;
|
||||
|
Loading…
Reference in New Issue
Block a user