Commented out debug message

This commit is contained in:
Robert Osfield
2008-01-17 22:26:29 +00:00
parent fc85978077
commit bb7ba24f59

View File

@@ -249,7 +249,7 @@ void GeometryTechnique::generateGeometry(Locator* masterLocator, const osg::Vec3
}
bool requiresSkirt = skirtHeight != 0.0f;
osg::notify(osg::NOTICE)<<"Skirt height = "<<skirtHeight<<std::endl;
// osg::notify(osg::NOTICE)<<"Skirt height = "<<skirtHeight<<std::endl;
unsigned int numVertices = numRows * numColumns;