diff --git a/src/day14.rs b/src/day14.rs index f272b0b..6422d30 100644 --- a/src/day14.rs +++ b/src/day14.rs @@ -137,7 +137,6 @@ pub fn part2(input: &str) -> u64 { .filter(|c| !c.is_empty() && c[0] != 0) .any(|c| c.len() > width as usize / 10) { - display(&robots, (width, height)); return i; } }