Index: OpenSceneGraph/trunk/src/osg/Texture.cpp
===================================================================
--- OpenSceneGraph/trunk/src/osg/Texture.cpp (revision 10600)
+++ OpenSceneGraph/trunk/src/osg/Texture.cpp (revision 10601)
@@ -176,5 +176,5 @@
 bool Texture::TextureObjectSet::checkConsistency() const
 {
-    return true;
+//    return true;
 
     // osg::notify(osg::NOTICE)<<"TextureObjectSet::checkConsistency()"<<std::endl;
@@ -266,5 +266,5 @@
         GLuint id = (*itr)->id();
 
-        // osg::notify(osg::NOTICE)<<"Deleting textureobject id="<<id<<std::endl;
+        osg::notify(osg::NOTICE)<<"Deleting textureobject id="<<id<<std::endl;
 
         glDeleteTextures( 1L, &id);
@@ -328,5 +328,5 @@
         GLuint id = (*itr)->id();
 
-        // osg::notify(osg::NOTICE)<<"Deleting textureobject id="<<id<<std::endl;
+        osg::notify(osg::NOTICE)<<"Deleting textureobject id="<<id<<std::endl;
 
         glDeleteTextures( 1L, &id);
