From 80000c4e86c7db0dd0fb6b55ef59f27600ad3483 Mon Sep 17 00:00:00 2001 From: Axy Date: Thu, 5 Feb 2026 02:58:55 +0100 Subject: [PATCH] Removed print statement --- amazeing/maze.py | 1 - 1 file changed, 1 deletion(-) diff --git a/amazeing/maze.py b/amazeing/maze.py index 8919b9f..c496e6e 100644 --- a/amazeing/maze.py +++ b/amazeing/maze.py @@ -162,7 +162,6 @@ class Maze: ]: for a in a_iter: for b in b_iter: - print(f"{a}, {b}, {orientation}") self.fill_wall(WallID(orientation, a, b)) def walls_full(self) -> Iterable[WallID]: -- 2.52.0