Revert "Add instrumentation to log finalizer being called. Suppressed for backup"

This reverts commit ea91a36483.
This commit is contained in:
Melanie
2012-07-12 01:01:43 +02:00
parent bae35ad97e
commit 906ac4adc4
2 changed files with 6 additions and 12 deletions

View File

@@ -2045,7 +2045,6 @@ namespace OpenSim.Region.Framework.Scenes
{
part.KeyframeMotion = KeyframeMotion.FromData(backup_group, part.KeyframeMotion.Serialize());
part.KeyframeMotion.UpdateSceneObject(this);
part.SuppressFinalizerLogging = true;
}
});