From 0098cac68850f8d131969c4aea88ca93771d9fdc Mon Sep 17 00:00:00 2001 From: Stefan Harmuth Date: Sun, 20 Dec 2020 10:21:43 +0100 Subject: [PATCH] day20: at least remove your debug output --- day20.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/day20.py b/day20.py index 22f335d..0d4dd9c 100644 --- a/day20.py +++ b/day20.py @@ -218,6 +218,4 @@ def part2(test_mode=False): else: break - print(seamonster_count) - return full_hash_count - seamonster_count * seamonster_hashcount