Remove test prints

This commit is contained in:
2026-04-03 16:44:49 +02:00
parent f04381568d
commit e63c2679a6
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -224,7 +224,6 @@ class MazeMLX:
progressively.
"""
path = amazing.solve_path()
print(path)
actual = amazing.entry
actual = (actual[0] - 1, actual[1] - 1)
maze = amazing.maze.get_maze()