Removed debug message

This commit is contained in:
Robert Osfield
2014-01-23 10:56:17 +00:00
parent 15882aae5f
commit 09c09628ac

View File

@@ -93,8 +93,6 @@ bool VolumeTechnique::isMoving(osgUtil::CullVisitor* cv)
OpenThreads::ScopedLock<OpenThreads::Mutex> lock(_mutex);
OSG_NOTICE<<"cv="<<cv<<", cv->getIdentifier()="<<cv->getIdentifier()<<std::endl;
ModelViewMatrixMap::iterator itr = _modelViewMatrixMap.find(cv->getIdentifier());
if (itr!=_modelViewMatrixMap.end())
{