Removed debug info

This commit is contained in:
Robert Osfield
2008-01-08 13:22:55 +00:00
parent 74e5d44538
commit f3448d3307

View File

@@ -31,8 +31,6 @@ bool CompositeLayer_readLocalData(osg::Object& obj, osgDB::Input &fr)
bool itrAdvanced = false;
osg::notify(osg::NOTICE)<<"Composite layer "<<fr[0].getStr()<<std::endl;
osg::ref_ptr<osgTerrain::Locator> locator = 0;
do
@@ -43,8 +41,6 @@ bool CompositeLayer_readLocalData(osg::Object& obj, osgDB::Input &fr)
locator = dynamic_cast<osgTerrain::Locator*>(readObject.get());
if (readObject.valid()) itrAdvanced = true;
osg::notify(osg::NOTICE)<<"Composite layer after locator read "<<fr[0].getStr()<<std::endl;
if (fr.matchSequence("file %s") || fr.matchSequence("file %w") )
{
layer.addLayer(fr[1].getStr());