aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/ODEPrim.cs7
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdePlugin.cs2
2 files changed, 3 insertions, 6 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
index 4c041a1..59c1f87 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
@@ -186,7 +186,7 @@ namespace OpenSim.Region.Physics.OdePlugin
186 { 186 {
187 prev_geom = prim_geom; 187 prev_geom = prim_geom;
188 prim_geom = geom; 188 prim_geom = geom;
189 m_log.Warn("Setting Geom to: " + prim_geom); 189 //m_log.Warn("Setting Geom to: " + prim_geom);
190 190
191 } 191 }
192 192
@@ -464,10 +464,7 @@ namespace OpenSim.Region.Physics.OdePlugin
464 464
465 m_targetSpace = targetspace; 465 m_targetSpace = targetspace;
466 466
467 if (m_targetSpace != (IntPtr)0) 467
468 {
469 m_log.Warn("[PHYSICS]: target: " + m_targetSpace.ToString());
470 }
471 468
472 if (_mesh != null) 469 if (_mesh != null)
473 { 470 {
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
index 9392192..4fbf653 100644
--- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
+++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
@@ -776,7 +776,7 @@ namespace OpenSim.Region.Physics.OdePlugin
776 776
777 } 777 }
778 } 778 }
779 m_log.Warn(prim.prim_geom); 779 //m_log.Warn(prim.prim_geom);
780 try 780 try
781 { 781 {
782 if (prim.prim_geom != (IntPtr)0) 782 if (prim.prim_geom != (IntPtr)0)