Removed debugging message

This commit is contained in:
Robert Osfield
2004-07-06 12:32:09 +00:00
parent b8aa8bfc40
commit ba20259794

View File

@@ -455,8 +455,6 @@ void Image::readImageFromCurrentTexture(unsigned int contextID, bool copyMipMaps
}
osg::notify(osg::WARN)<<"********** reading from compressed texture -------------------."<<std::endl;
unsigned char* data = new unsigned char[total_size];
if (!data)
{