Commented out verbose debug messages for shader composition

This commit is contained in:
Robert Osfield
2013-06-20 10:59:00 +00:00
parent 04bd10ab92
commit eaa3afcd21

View File

@@ -606,8 +606,7 @@ void State::applyShaderComposition()
{
if (_shaderCompositionDirty)
{
if (isNotifyEnabled(osg::INFO))
print(notify(osg::INFO));
// if (isNotifyEnabled(osg::INFO)) print(notify(osg::INFO));
// build lits of current ShaderComponents
ShaderComponents shaderComponents;