Merge pull request #21326 from volzhs/remove-print-ansm-playback
Remove unnecessary print with AnimationNodeStateMachinePlayback
This commit is contained in:
commit
524a795d50
|
@ -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() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue