Removed debug message

This commit is contained in:
Robert Osfield 2008-12-19 18:02:18 +00:00
parent 2cc53e2256
commit ad01f19db8

View File

@ -280,8 +280,6 @@ void View::setSceneData(osg::Node* node)
// make sure that existing scene graph objects are allocated with thread safe ref/unref
if (getViewerBase()->getThreadingModel()!=ViewerBase::SingleThreaded)
{
osg::notify(osg::NOTICE)<<"Making sure we have set the thread safe ref/unref"<<std::endl;
getSceneData()->setThreadSafeRefUnref(true);
}