remove debug print

This commit is contained in:
Sam 2025-06-25 00:32:20 -05:00
parent 22406420c2
commit 0d95e85d83

View File

@ -162,8 +162,6 @@ class World:
""" """
Advances all objects in the world by one tick, updating their state and handling interactions. 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 next_buffer: int = 1 - self.current_buffer
self.buffers[next_buffer].clear() self.buffers[next_buffer].clear()