Remove debug print

This commit is contained in:
Doxin 2025-01-18 17:17:17 +01:00
parent c31b1d4240
commit 250b387d52

View File

@ -49,7 +49,6 @@ class GameWindow(mglw.WindowConfig):
)
def on_mouse_drag_event(self, x, y, dx, dy):
# print("Mouse drag:", x, y, dx, dy)
if self.buttons_held[1]:
self.apply_brush(x, y, dx, dy)