diff --git a/src/osgDB/Registry.cpp b/src/osgDB/Registry.cpp index fd8656514..b2493f694 100644 --- a/src/osgDB/Registry.cpp +++ b/src/osgDB/Registry.cpp @@ -174,7 +174,7 @@ void Registry::initDataFilePathList() } //osg::notify(INFO)<<"Data FilePathList"<getName()<<")"<< std::endl; + //notify(INFO) << "osg::Registry::addDotOsgWrapper("<getName()<<")"<< std::endl; const DotOsgWrapper::Associates& assoc = wrapper->getAssociates(); for(DotOsgWrapper::Associates::const_iterator itr=assoc.begin(); itr!=assoc.end(); ++itr) { - notify(INFO) << " ("<<*itr<<")"<< std::endl; + //notify(INFO) << " ("<<*itr<<")"<< std::endl; } const std::string& name = wrapper->getName(); @@ -390,9 +390,9 @@ void Registry::addReaderWriter(ReaderWriter* rw) { if (rw==0L) return; - if (_openingLibrary) notify(INFO) << "Opening Library : "<< std::endl; + // if (_openingLibrary) notify(INFO) << "Opening Library : "<< std::endl; - notify(INFO) << "osg::Registry::addReaderWriter("<className()<<")"<< std::endl; + // notify(INFO) << "osg::Registry::addReaderWriter("<className()<<")"<< std::endl; _rwList.push_back(rw);