From 6a0a8bf8148332cd64bb1025edf26234213573b5 Mon Sep 17 00:00:00 2001 From: volzhs Date: Fri, 24 Aug 2018 01:29:19 +0900 Subject: [PATCH] Remove unnecessary print with AnimationNodeStateMachinePlayback --- scene/animation/animation_node_state_machine.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/scene/animation/animation_node_state_machine.cpp b/scene/animation/animation_node_state_machine.cpp index c28e918a16d..09c36eb0813 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() {