From d528ae76a02be0652ed8a25f450eae11b554b9a4 Mon Sep 17 00:00:00 2001 From: Rene Luria Date: Wed, 4 May 2022 14:56:40 +0200 Subject: [PATCH] remove output --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 6386054..b0186ea 100644 --- a/src/main.rs +++ b/src/main.rs @@ -24,7 +24,6 @@ fn main() { println!("After Filling"); //population.display(); //population.display(); - println!("After Propagation"); let mut stats: [i32; 4]; // = [0,0,0,0]; let mut counter: u32 = 0;