* Removed a debug message that I left in there....

This commit is contained in:
Teravus Ovares
2008-01-13 08:07:45 +00:00
parent d9e4533202
commit 4f39df42ae

View File

@@ -390,7 +390,7 @@ namespace OpenSim.Region.Physics.OdePlugin
}
if (contacts[i].depth >= 1.00f)
{
OpenSim.Framework.Console.MainLog.Instance.Verbose("P", contacts[i].depth.ToString());
//OpenSim.Framework.Console.MainLog.Instance.Verbose("P", contacts[i].depth.ToString());
if ((p2.PhysicsActorType == (int) ActorTypes.Agent &&
p1.PhysicsActorType == (int) ActorTypes.Unknown) ||
(p1.PhysicsActorType == (int) ActorTypes.Agent &&