Removed unused debug functions

This commit is contained in:
2025-06-20 18:08:13 +01:00
parent 2c79adaf36
commit 8f2dcbfd21

View File

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