remove redundant printing

This commit is contained in:
Stefan Harmuth 2021-12-29 09:49:58 +01:00
parent ed90adc75c
commit c4cfd0b298

View File

@ -93,7 +93,6 @@ class AOCDay:
def _submit(self, part: int, answer: Any):
answer_cache = JSONFile("answer_cache.json", create=True)
print(answer_cache)
str_day = str(self.day)
str_part = str(part)
if str_day not in answer_cache: