diff --git a/src/main.rs b/src/main.rs index e9d5872..32ae992 100644 --- a/src/main.rs +++ b/src/main.rs @@ -17,8 +17,6 @@ fn main() { let term = Term::stdout(); term.write_line("********** Rusty Propagation (Console) 2022 **********") .expect("Oops Looks like we have a problem here..."); - term.write_line("Press any key to start the propagation") - .expect("Oops Looks like we have a problem here..."); let disease = Disease::new(20, 10, 5, String::from("Covid 44")); let mut population = Population::new(20, 10, 5, 1000, 1000, disease);