Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
haihala committed Jan 17, 2024
1 parent c240431 commit 8404c90
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bitt/src/input_playback/playback.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ fn run_asserts(
*started = None;
}
} else if start_events.read().next().is_some() {
dbg!("Starting timer");
*started = Some(Timer::from_seconds(5.0, TimerMode::Once));
}
}
Expand All @@ -231,6 +230,5 @@ fn delayed_exit(
}
} else if !custom_quit_events.is_empty() {
*result = Some(custom_quit_events.read().next().unwrap().0);
dbg!("Result set to {:?}", *result);
}
}

0 comments on commit 8404c90

Please sign in to comment.