mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
remove debug log messages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user