Remove debug prints

This commit is contained in:
Nikolay Kim 2024-11-19 13:47:20 -08:00
parent 98646dee57
commit 3e564e68c9

View file

@ -171,11 +171,6 @@ struct TimerMod {
impl Timer {
fn new() -> Self {
println!(
"=========== {:?}",
std::mem::size_of::<Option<Box<TimerMod>>>()
);
Timer(Rc::new(TimerInner {
elapsed: Cell::new(0),
elapsed_time: Cell::new(None),