From cdb697760f30f738c79ace5ab87cea573f8e334c Mon Sep 17 00:00:00 2001 From: Howard Stearns Date: Mon, 3 Aug 2015 15:51:07 -0700 Subject: [PATCH] Remove some debug. --- libraries/animation/src/Rig.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/animation/src/Rig.cpp b/libraries/animation/src/Rig.cpp index 45828d44b6..4a03ab83ee 100644 --- a/libraries/animation/src/Rig.cpp +++ b/libraries/animation/src/Rig.cpp @@ -403,9 +403,6 @@ void Rig::computeMotionAnimationState(float deltaTime, const glm::vec3& worldPos if (isOn) { if (!isRunningRole(role)) { qCDebug(animation) << "Rig STARTING" << role; - if (role == "leftTurn" || role == "rightTurn") { - qCDebug(animation) << front.x << front.y << front.z << "=>" << rightTurningSpeed; - } startAnimationByRole(role); } } else {