Merge pull request #21326 from volzhs/remove-print-ansm-playback

Remove unnecessary print with AnimationNodeStateMachinePlayback
This commit is contained in:
Rémi Verschelde 2018-08-23 19:28:46 +02:00 committed by GitHub
commit 524a795d50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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