Removed unused debug functions
This commit is contained in:
@ -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()
|
||||
Reference in New Issue
Block a user