From 891b92a780d28e8a18627647a222b48f0695b269 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Tue, 5 Jun 2007 12:22:42 +0000 Subject: * Removing dead comments --- OpenSim/OpenSim.Physics/OdePlugin/OdePlugin.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/OpenSim.Physics') diff --git a/OpenSim/OpenSim.Physics/OdePlugin/OdePlugin.cs b/OpenSim/OpenSim.Physics/OdePlugin/OdePlugin.cs index 599dea8..dbe2bcb 100644 --- a/OpenSim/OpenSim.Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/OpenSim.Physics/OdePlugin/OdePlugin.cs @@ -104,7 +104,6 @@ namespace OpenSim.Physics.OdePlugin // This function blatantly ripped off from BoxStack.cs static private void near(IntPtr space, IntPtr g1, IntPtr g2) { - //Console.WriteLine("collision callback"); IntPtr b1 = d.GeomGetBody(g1); IntPtr b2 = d.GeomGetBody(g2); if (b1 != IntPtr.Zero && b2 != IntPtr.Zero && d.AreConnectedExcluding(b1, b2, d.JointType.Contact)) -- cgit v1.1