Commented out superfluous debug messages

This commit is contained in:
Robert Osfield
2007-04-05 15:04:05 +00:00
parent 811d0e465a
commit 561dc02da5
2 changed files with 7 additions and 7 deletions

View File

@@ -420,7 +420,7 @@ void GraphicsContext::runOperations()
if (_currentOperation.valid())
{
osg::notify(osg::INFO)<<"Doing op "<<_currentOperation->getName()<<" "<<this<<std::endl;
// osg::notify(osg::INFO)<<"Doing op "<<_currentOperation->getName()<<" "<<this<<std::endl;
// call the graphics operation.
(*_currentOperation)(this);