From Farshid Lashkari, removed debug message being written to the console.

This commit is contained in:
Robert Osfield 2006-09-04 06:51:07 +00:00
parent ac41066733
commit a93ca5a089

View File

@ -148,8 +148,6 @@ public:
return ReadResult::FILE_NOT_HANDLED;
}
osg::notify(osg::NOTICE) << " sx ="<<sx<<" sy="<<sy<<" sz="<<sz<< std::endl;
// recursively load the subfile.
osg::Node *node = osgDB::readNodeFile( subFileName, options );
if( !node )