From 0d95e85d83023c1bb2a0e3da6bd31ff41e536d6a Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 25 Jun 2025 00:32:20 -0500 Subject: [PATCH] remove debug print --- world/world.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/world/world.py b/world/world.py index 1b95e92..392f9a5 100644 --- a/world/world.py +++ b/world/world.py @@ -162,8 +162,6 @@ class World: """ Advances all objects in the world by one tick, updating their state and handling interactions. """ - print("Ticking all objects in the world") - next_buffer: int = 1 - self.current_buffer self.buffers[next_buffer].clear()