Commit partial work because of repo change

This commit is contained in:
Kitto Flora
2009-12-12 10:12:59 -05:00
parent b310efc50f
commit b056c243e4
2 changed files with 73 additions and 12 deletions

View File

@@ -329,7 +329,7 @@ namespace OpenSim.Data.SQLite
{
foreach (SceneObjectPart prim in obj.Children.Values)
{
m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID);
// m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID);
addPrim(prim, obj.UUID, regionUUID);
}
}