get rid of an incredibly noisy logging message from the last commit

This commit is contained in:
Justin Clark-Casey (justincc)
2011-09-21 20:15:06 +01:00
parent c9c40343af
commit 572b680cb0

View File

@@ -588,7 +588,7 @@ namespace OpenSim.Region.Framework.Scenes
set
{
m_bodyRot = value;
m_log.DebugFormat("[SCENE PRESENCE]: Body rot for {0} set to {1}", Name, m_bodyRot);
// m_log.DebugFormat("[SCENE PRESENCE]: Body rot for {0} set to {1}", Name, m_bodyRot);
}
}