Removed debug messages

This commit is contained in:
Robert Osfield
2007-09-12 17:01:09 +00:00
parent 4d0e86f1e2
commit 23945bb506

View File

@@ -86,7 +86,6 @@ osgTerrain::ImageLayer* DataSetLayer::extractImageLayer(unsigned int sourceMinX,
void DataSetLayer::setUpLocator()
{
osg::notify(osg::NOTICE)<<"DataSetLayer::setUpLocator()"<<std::endl;
if (!isOpen()) return;
const char* pszSourceSRS = _dataset->GetProjectionRef();
@@ -175,7 +174,7 @@ void DataSetLayer::setUpLocator()
}
else
{
osg::notify(osg::NOTICE) << " No GeoTransform or GCP's - unable to compute position in space"<< std::endl;
osg::notify(osg::INFO) << "DataSetLayer::setUpLocator(), No GeoTransform or GCP's - unable to compute position in space"<< std::endl;
}
}