Removed commented-out code in AldousBroder

This commit is contained in:
Kyler Olsen 2025-01-31 12:18:51 -07:00
parent 50060e928d
commit afec3c04de
1 changed files with 0 additions and 5 deletions

View File

@ -984,11 +984,6 @@ class AldousBroder(VectorMaze):
@property
def highlighted(self) -> tuple[int,int] | None:
# for y in range(self.height):
# for x in range(self.width):
# if self.__cells[y][x] == VectorEnum.Null:
# return self.__current
# return None
if self.__remaining > 0: return self.__current
else: return None