From b74983328c17ece42b947bcafbf2468734ffbd91 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Thu, 8 Nov 2007 18:17:48 +0000 Subject: * Stopped printing the prim's X cordinate difference from the last movement on the Console. --- OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index b6c63af..4750e54 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs @@ -1358,7 +1358,7 @@ namespace OpenSim.Region.Physics.OdePlugin } else { - System.Console.WriteLine(Math.Abs(m_lastposition.X - l_position.X).ToString()); + //System.Console.WriteLine(Math.Abs(m_lastposition.X - l_position.X).ToString()); _zeroFlag = false; } m_lastposition = l_position; -- cgit v1.1