Removed commented out debug message

This commit is contained in:
Robert Osfield
2016-08-25 10:35:01 +01:00
parent 7c432fbe11
commit 037e8f24c6

View File

@@ -70,7 +70,6 @@ SphereSegment::SphereSegment(const osg::Vec3& centre, float radius, const osg::V
void SphereSegment::traverse(osg::NodeVisitor& nv)
{
// OSG_NOTICE<<"SphereSegment::traverse() "<<nv.className()<<std::endl;
osg::Geode::traverse(nv);
if ((_drawMask & SURFACE)!=0)