diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-08-23 19:28:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-23 19:28:46 +0200 |
commit | 524a795d50e2d779aae7ac6b35674149107e5b10 (patch) | |
tree | 5868ab3602898c1047c9a2f4ee9eb8d678b1cc84 | |
parent | a1b594c2fc4c82c9dca847f8431852a970225e1a (diff) | |
parent | 6a0a8bf8148332cd64bb1025edf26234213573b5 (diff) |
Merge pull request #21326 from volzhs/remove-print-ansm-playback
Remove unnecessary print with AnimationNodeStateMachinePlayback
-rw-r--r-- | scene/animation/animation_node_state_machine.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/animation/animation_node_state_machine.cpp b/scene/animation/animation_node_state_machine.cpp index c28e918a16..09c36eb081 100644 --- a/scene/animation/animation_node_state_machine.cpp +++ b/scene/animation/animation_node_state_machine.cpp @@ -124,7 +124,6 @@ void AnimationNodeStateMachinePlayback::start(const StringName &p_state) { start_request_travel = false; start_request = p_state; stop_request = false; - print_line("wants start"); } void AnimationNodeStateMachinePlayback::stop() { |