summaryrefslogtreecommitdiff
path: root/indra/llcharacter
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-05-27 15:19:26 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-05-27 15:19:26 -0400
commitaa9c621cb90de75e919f36ba0f6db9d8bd447601 (patch)
treef4e59c2be6033d5c5bc8e9537d1a9521a90fe5c5 /indra/llcharacter
parent4fdf70d2135c7ec0cb8d8067d4f916b1c9a1dda7 (diff)
EXT-6953 WIP - cleanup
Diffstat (limited to 'indra/llcharacter')
-rw-r--r--indra/llcharacter/llkeyframewalkmotion.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/indra/llcharacter/llkeyframewalkmotion.cpp b/indra/llcharacter/llkeyframewalkmotion.cpp
index 232b617d69..561b26c022 100644
--- a/indra/llcharacter/llkeyframewalkmotion.cpp
+++ b/indra/llcharacter/llkeyframewalkmotion.cpp
@@ -342,14 +342,14 @@ BOOL LLWalkAdjustMotion::onUpdate(F32 time, U8* joint_mask)
if (mCharacter->getMotionController().mIsSelf)
{
F32 elapsed = mCharacter->getMotionController().getFrameTimer().getElapsedTimeF32();
- llinfos << "PLOT elapsed: " << elapsed
- << " footSlipVelocity: " << footSlipVelocity
- << " mAvgCorrection: " << mAvgCorrection
- << " mAvgSpeed: " << mAvgSpeed
- << " mAnimSpeed: " << mAnimSpeed
- << " ANIM_SPEED_MAX: " << ANIM_SPEED_MAX
- << " ANIM_SPEED_MIN: " << ANIM_SPEED_MIN
- << llendl;
+// llinfos << "PLOT elapsed: " << elapsed
+// << " footSlipVelocity: " << footSlipVelocity
+// << " mAvgCorrection: " << mAvgCorrection
+// << " mAvgSpeed: " << mAvgSpeed
+// << " mAnimSpeed: " << mAnimSpeed
+// << " ANIM_SPEED_MAX: " << ANIM_SPEED_MAX
+// << " ANIM_SPEED_MIN: " << ANIM_SPEED_MIN
+// << llendl;
}
// clamp pelvis offset to a 90 degree arc behind the nominal position