Commented out debug messages

This commit is contained in:
Robert Osfield
2007-07-18 16:14:59 +00:00
parent de69a4a3d8
commit 8c60ea437f

View File

@@ -152,5 +152,7 @@ void GLObjectsOperation::operator () (osg::GraphicsContext* context)
glObjectsVisitor.setState(context->getState());
// osg::notify(osg::NOTICE)<<"GLObjectsOperation::before <<<<<<<<<<<"<<std::endl;
_subgraph->accept(glObjectsVisitor);
// osg::notify(osg::NOTICE)<<"GLObjectsOperation::after >>>>>>>>>>> "<<std::endl;
}