Disable debug messages

This commit is contained in:
nixt
2014-07-31 18:15:37 +05:30
parent 21328d0e05
commit fbf002bfc6

View File

@@ -655,9 +655,9 @@ btTransform LinearWorld::getRescueTransform(unsigned int index) const
btQuaternion r = q1*q2;
btVector3 axis = r.getAxis();
float angle = r.getAngle();
Log::verbose("rescue", "%d angle %f axis %f %f %f pos %f %f %f",
index, angle, axis.getX(),axis.getY(),axis.getZ(),
xyz.getX(),xyz.getY(),xyz.getZ());
//Log::debug("rescue", "%d angle %f axis %f %f %f pos %f %f %f",
// index, angle, axis.getX(),axis.getY(),axis.getZ(),
// xyz.getX(),xyz.getY(),xyz.getZ());
#endif
return pos;
} // getRescueTransform