Comment out [SCENE PRESENCE] SendAppearanceToAllOtherAgents: log message

As per earlier discussions with dslake
remove-scene-viewer
Justin Clark-Casey (justincc) 2011-10-07 20:51:26 +01:00
parent 4b46b7a5ad
commit e3c522e211
1 changed files with 1 additions and 1 deletions

View File

@ -2639,7 +2639,7 @@ namespace OpenSim.Region.Framework.Scenes
/// </summary>
public void SendAppearanceToAllOtherAgents()
{
m_log.DebugFormat("[SCENE PRESENCE] SendAppearanceToAllOtherAgents: {0} ({1})", Name, UUID);
//m_log.DebugFormat("[SCENE PRESENCE] SendAppearanceToAllOtherAgents: {0} ({1})", Name, UUID);
// only send update from root agents to other clients; children are only "listening posts"
if (IsChildAgent)
{