* minor: Remove and tidy duplicate 'storing object to scene' messages in log

This commit is contained in:
Justin Clarke Casey
2008-06-12 18:18:59 +00:00
parent 8714833986
commit 7cdedcaf0e
5 changed files with 7 additions and 5 deletions

View File

@@ -130,7 +130,7 @@ namespace OpenSim.DataStore.MSSQL
{
foreach (SceneObjectPart prim in obj.Children.Values)
{
m_log.Info("[DATASTORE]: Adding obj: " + obj.UUID + " to region: " + regionUUID);
//m_log.Info("[DATASTORE]: Adding obj: " + obj.UUID + " to region: " + regionUUID);
addPrim(prim, obj.UUID, regionUUID);
}
}