diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index 4c041a1c1d..59c1f873b5 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs @@ -186,7 +186,7 @@ namespace OpenSim.Region.Physics.OdePlugin { prev_geom = prim_geom; prim_geom = geom; - m_log.Warn("Setting Geom to: " + prim_geom); + //m_log.Warn("Setting Geom to: " + prim_geom); } @@ -464,10 +464,7 @@ namespace OpenSim.Region.Physics.OdePlugin m_targetSpace = targetspace; - if (m_targetSpace != (IntPtr)0) - { - m_log.Warn("[PHYSICS]: target: " + m_targetSpace.ToString()); - } + if (_mesh != null) { diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 939219204a..4fbf653da2 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs @@ -776,7 +776,7 @@ namespace OpenSim.Region.Physics.OdePlugin } } - m_log.Warn(prim.prim_geom); + //m_log.Warn(prim.prim_geom); try { if (prim.prim_geom != (IntPtr)0)