The monitor no longer spits out garbage, whoops

This commit is contained in:
2025-09-19 18:03:01 +02:00
parent 2ef84e6aa6
commit 4bf8f6a8e7

View File

@@ -87,7 +87,6 @@ impl Monitor {
break 'main Ok(key)
}
}
println!("{:?}\r", key);
}
}
}