From Farshid Lashkari, removed debug message being written to the console.
This commit is contained in:
parent
ac41066733
commit
a93ca5a089
@ -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 )
|
||||
|
Loading…
Reference in New Issue
Block a user