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()