* killed a 'new mass' debug line.

0.6.0-stable
Teravus Ovares 2008-02-29 05:50:40 +00:00
parent e333eaf4b6
commit fe1f15f4ec
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ namespace OpenSim.Region.Physics.OdePlugin
if (Body != (IntPtr) 0)
{
float newmass = CalculateMass();
m_log.Info("[PHYSICS]: New Mass: " + newmass.ToString());
//m_log.Info("[PHYSICS]: New Mass: " + newmass.ToString());
if (newmass <= 0) newmass = 0.0001f;
d.MassSetBoxTotal(out pMass, newmass, _size.X, _size.Y, _size.Z);