Commenting out verbose debug in SceneGraph.cs

dsg
Dan Lake 2011-01-07 11:37:03 -08:00
parent 17504fcccb
commit 4f45dcf711
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ namespace OpenSim.Region.Framework.Scenes
lock (m_updateList)
{
m_updateList[obj.UUID] = obj;
m_log.Debug("added " + obj.UUID + " to m_updateList");
//m_log.Debug("added " + obj.UUID + " to m_updateList");
}
}