From 3dbf4a1002216e2d14c20353a5993ea63413d03d Mon Sep 17 00:00:00 2001
From: Robert Adams
Date: Thu, 22 Aug 2013 09:05:26 -0700
Subject: BulletSim: remove chatty debug message from previous commit.

---
 OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'OpenSim/Region')

diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
index b30c024..b3e6b67 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs
@@ -2504,7 +2504,7 @@ namespace OpenSim.Region.Framework.Scenes
 
             if (pa != null && ParentID != 0 && ParentGroup != null)
             {
-                // RA: Special case where a child object is requesting property updates.
+                // Special case where a child object is requesting property updates.
                 // This happens when linksets are modified to use flexible links rather than
                 //    the default links.
                 // The simulator code presumes that child parts are only modified by scripts
@@ -2518,8 +2518,8 @@ namespace OpenSim.Region.Framework.Scenes
                 Quaternion invRootRotation = Quaternion.Normalize(Quaternion.Inverse(ParentGroup.RootPart.RotationOffset));
                 m_offsetPosition = pa.Position - m_groupPosition;
                 RotationOffset = pa.Orientation * invRootRotation;
-                m_log.DebugFormat("{0} PhysicsRequestingTerseUpdate child: pos={1}, rot={2}, offPos={3}, offRot={4}",
-                                    "[SCENE OBJECT PART]", pa.Position, pa.Orientation, m_offsetPosition, RotationOffset);
+                // m_log.DebugFormat("{0} PhysicsRequestingTerseUpdate child: pos={1}, rot={2}, offPos={3}, offRot={4}",
+                //                     "[SCENE OBJECT PART]", pa.Position, pa.Orientation, m_offsetPosition, RotationOffset);
             }
 
             ScheduleTerseUpdate();
-- 
cgit v1.1