get rid of my debugging, it causes a crash on multiple backups

afrisby
Sean Dague 2007-08-27 16:14:48 +00:00
parent 247b9c3573
commit ac0d58fd33
1 changed files with 0 additions and 3 deletions

View File

@ -90,10 +90,7 @@ namespace OpenSim.DataStore.MonoSqliteStorage
addPrim(prim, obj.UUID, regionUUID);
}
// MainLog.Instance.Verbose("Attempting to do database update....");
DataSet changed = ds.GetChanges();
MainLog.Instance.Verbose("DATASTORE", "Changed values:" + changed.GetXml());
primDa.Update(ds, "prims");
shapeDa.Update(ds, "primshapes");
ds.AcceptChanges();