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

ThreadPoolClientBranch
Teravus Ovares 2008-01-13 08:07:45 +00:00
parent d9e4533202
commit 4f39df42ae
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ namespace OpenSim.Region.Physics.OdePlugin
} }
if (contacts[i].depth >= 1.00f) 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 && if ((p2.PhysicsActorType == (int) ActorTypes.Agent &&
p1.PhysicsActorType == (int) ActorTypes.Unknown) || p1.PhysicsActorType == (int) ActorTypes.Unknown) ||
(p1.PhysicsActorType == (int) ActorTypes.Agent && (p1.PhysicsActorType == (int) ActorTypes.Agent &&