remove debug message

avinationmerge
UbitUmarov 2014-10-26 12:38:22 +00:00
parent b07ea475bf
commit bc4d0179b3
1 changed files with 0 additions and 7 deletions

View File

@ -2187,13 +2187,6 @@ namespace OpenSim.Region.Framework.Scenes
backup_group.RootPart.ParticleSystem = RootPart.ParticleSystem;
HasGroupChanged = false;
HasGroupChangedDueToDelink = false;
// debug
if (RootPart.KeyframeMotion != null)
{
m_log.DebugFormat(
"[BACKUP]: test prim {0} {1}, intransit = {2}",
Name, UUID, inTransit);
}
m_scene.EventManager.TriggerOnSceneObjectPreSave(backup_group, this);