diff --git a/src/osg/StateAttribute.cpp b/src/osg/StateAttribute.cpp index 80370a9ac..0501c17c3 100644 --- a/src/osg/StateAttribute.cpp +++ b/src/osg/StateAttribute.cpp @@ -27,7 +27,7 @@ StateAttribute::StateAttribute() void StateAttribute::addParent(osg::StateSet* object) { - osg::notify(osg::INFO)<<"Adding parent"< lock(getRefMutex()); _parents.push_back(object); diff --git a/src/osg/StateSet.cpp b/src/osg/StateSet.cpp index f1dc5061d..466506fab 100644 --- a/src/osg/StateSet.cpp +++ b/src/osg/StateSet.cpp @@ -251,7 +251,7 @@ void StateSet::computeDataVariance() void StateSet::addParent(osg::Object* object) { - // osg::notify(osg::INFO)<<"Adding parent"< lock(getRefMutex()); _parents.push_back(object); diff --git a/src/osg/Uniform.cpp b/src/osg/Uniform.cpp index 10eec19cf..417b29449 100644 --- a/src/osg/Uniform.cpp +++ b/src/osg/Uniform.cpp @@ -55,7 +55,7 @@ Uniform::~Uniform() void Uniform::addParent(osg::StateSet* object) { - osg::notify(osg::INFO)<<"Uniform Adding parent"<