coment a debug warning

This commit is contained in:
UbitUmarov
2012-10-16 11:39:58 +01:00
parent 91b83fd45e
commit e8936366f5

View File

@@ -347,7 +347,7 @@ namespace OpenSim.Region.Physics.Meshing
if (primShape.SculptData.Length <= 0)
{
m_log.InfoFormat("[MESH]: asset data for {0} is zero length", primName);
// m_log.InfoFormat("[MESH]: asset data for {0} is zero length", primName);
return false;
}