commented out print logging.
This commit is contained in:
parent
fa94782eb9
commit
1f01ab4a54
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class StateSingleton:
|
||||||
print("animation not yet ready")
|
print("animation not yet ready")
|
||||||
return
|
return
|
||||||
self.update_step()
|
self.update_step()
|
||||||
print("at step: " + str(self.transition_count) + " current expression: " + str(self.desired_expression) + " desired expression: " + str(self.desired_expression))
|
# print("at step: " + str(self.transition_count) + " current expression: " + str(self.desired_expression) + " desired expression: " + str(self.desired_expression))
|
||||||
self.draw_face()
|
self.draw_face()
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue