From 135a72d6ca37933f775f656537c2343badc783e0 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Thu, 14 Feb 2008 10:07:15 +0000 Subject: * Removed the noise from the console. The last commit seems to have resolved the recent reports of 'argument not a space' on linux. Though, there were about 50 changes :D --- OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'OpenSim/Region/Physics/OdePlugin/ODEPrim.cs') 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 { 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) { -- cgit v1.1