Removed debug output

This commit is contained in:
Robert Osfield
2017-09-21 16:04:10 +01:00
parent 4b6722ab44
commit b6bb0caf8d
2 changed files with 7 additions and 14 deletions

View File

@@ -131,7 +131,7 @@ osg::StateSet* Text::createStateSet()
OSG_NOTICE<<"Disabling SDF support _fontSize.second="<<_fontSize.second<<std::endl;
}
#if 1
#if 0
OSG_NOTICE<<"Text::createStateSet() _backdropType="<<_backdropType<<", _backdropImplementation="<<_backdropImplementation<<std::endl;
OSG_NOTICE<<"Text::createStateSet() defines:"<<defineList.size()<<std::endl;
for(osg::StateSet::DefineList::iterator itr = defineList.begin();