Removed debugging messages

This commit is contained in:
Robert Osfield
2004-09-30 14:54:42 +00:00
parent 562ceb456f
commit 3363d35ee6

View File

@@ -89,7 +89,6 @@ void GLObjectsVisitor::apply(osg::StateSet& stateset)
}
if (_mode&RELEASE_STATE_ATTRIBUTES)
{
osg::notify(osg::NOTICE)<<"GLObjectsVisitor::apply"<<std::endl;
stateset.releaseGLObjects(_state.get());
}
}