From 7fdb94efd051ff13e934fd7b5797815ac0048786 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Thu, 10 Apr 2025 20:38:15 +0000 Subject: [PATCH] Chore(log) --- src/Entity/Exit.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Entity/Exit.py b/src/Entity/Exit.py index 11c2f68..df416a7 100644 --- a/src/Entity/Exit.py +++ b/src/Entity/Exit.py @@ -55,7 +55,6 @@ class Exit(Entity): Args: boss: The boss entity to check defeat status with """ - print("Setting boss for exit") self.boss = boss self.locked = True