commented out rendudent warning

This commit is contained in:
Robert Osfield
2007-12-15 17:15:05 +00:00
parent 8b21b87d96
commit 43611a6ff5

View File

@@ -219,7 +219,7 @@ bool Viewer::readConfiguration(const std::string& filename)
osg::ref_ptr<osg::Object> object = osgDB::readObjectFile(filename);
if (!object)
{
osg::notify(osg::NOTICE)<<"Error: Unable to load configuration file \""<<filename<<"\""<<std::endl;
//osg::notify(osg::NOTICE)<<"Error: Unable to load configuration file \""<<filename<<"\""<<std::endl;
return false;
}