Remove deprecated code

This commit is contained in:
Alexandre CATTEAU 2024-05-24 15:20:00 +02:00
parent 83b9f4f9d4
commit 2570974192

View File

@ -273,7 +273,3 @@ class MamaOConnel:
if len(cross) > 1: # multiple cities remaining after 3 hints if len(cross) > 1: # multiple cities remaining after 3 hints
return False return False
return True return True
# myMama = MamaOConnel()
# while not myMama.solver():
# myMama = MamaOConnel()