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

remove-scene-viewer
Justin Clark-Casey (justincc) 2011-09-21 20:15:06 +01:00
parent c9c40343af
commit 572b680cb0
1 changed files with 1 additions and 1 deletions

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);
}
}