Commented out debug messages

This commit is contained in:
Robert Osfield 2009-05-11 14:11:35 +00:00
parent 66e93950b8
commit ee1f5da3b6

View File

@ -1259,11 +1259,11 @@ void DatabasePager::requestNodeFile(const std::string& fileName,osg::Group* grou
{
loadOptions = Registry::instance()->getOptions();
osg::notify(osg::NOTICE)<<"Using options from Registry "<<std::endl;
// osg::notify(osg::NOTICE)<<"Using options from Registry "<<std::endl;
}
else
{
osg::notify(osg::NOTICE)<<"options from requestNodeFile "<<std::endl;
// osg::notify(osg::NOTICE)<<"options from requestNodeFile "<<std::endl;
}