From 8f2dcbfd21f02e781831210cbee6f618ac2b0780 Mon Sep 17 00:00:00 2001 From: Brosef Date: Fri, 20 Jun 2025 18:08:13 +0100 Subject: [PATCH] Removed unused debug functions --- src/gameUtils/anim.py | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/gameUtils/anim.py b/src/gameUtils/anim.py index e4c87bd..919bf0a 100644 --- a/src/gameUtils/anim.py +++ b/src/gameUtils/anim.py @@ -71,15 +71,3 @@ class AnimatedObject: """ self._animStart = time.perf_counter() self._currentAnim = self._animations[animationID] - - def get_view(self): - print(f'get_view called') - return super().get_view() - - def get_buffer(self): - print(f'get_buffer called') - return super().get_buffer() - - def copy(self): - print(f'copy called') - return super().copy() \ No newline at end of file