Remove accidentally checked in debug message

This commit is contained in:
rdb 2015-09-05 13:12:48 +02:00
parent 0ff6475b77
commit 03a1399378

View File

@ -11331,7 +11331,6 @@ upload_texture_image(CLP(TextureContext) *gtc, bool needs_reload,
if (_supports_clear_buffer) {
// For buffer textures we need to clear the underlying storage.
string clear_data = tex->get_clear_data();
cerr << "clearing buffer data\n";
_glClearBufferData(GL_TEXTURE_BUFFER, internal_format, external_format,
component_type, (const void *)clear_data.data());