remove debug log messages

This commit is contained in:
UbitUmarov
2022-04-15 23:58:38 +01:00
parent 3bfc2a71b0
commit 72b5ae809c

View File

@@ -584,9 +584,9 @@ namespace OpenSim.Region.Framework.Scenes.Animation
return false;
CurrentMovementAnimation = newMovementAnimation;
m_log.DebugFormat(
"[SCENE PRESENCE ANIMATOR]: Determined animation {0} for {1} {2} {3} in UpdateMovementAnimations()",
CurrentMovementAnimation, m_scenePresence.Name, isJumping, Falling);
//m_log.DebugFormat(
// "[SCENE PRESENCE ANIMATOR]: Determined animation {0} for {1} {2} {3} in UpdateMovementAnimations()",
// CurrentMovementAnimation, m_scenePresence.Name, isJumping, Falling);
// Only set it if it's actually changed, give a script
// a chance to stop a default animation