remove redundant printing
This commit is contained in:
parent
ed90adc75c
commit
c4cfd0b298
@ -93,7 +93,6 @@ class AOCDay:
|
|||||||
|
|
||||||
def _submit(self, part: int, answer: Any):
|
def _submit(self, part: int, answer: Any):
|
||||||
answer_cache = JSONFile("answer_cache.json", create=True)
|
answer_cache = JSONFile("answer_cache.json", create=True)
|
||||||
print(answer_cache)
|
|
||||||
str_day = str(self.day)
|
str_day = str(self.day)
|
||||||
str_part = str(part)
|
str_part = str(part)
|
||||||
if str_day not in answer_cache:
|
if str_day not in answer_cache:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user