From 03a13993785af90be3d342b83be19c657c13d871 Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 5 Sep 2015 13:12:48 +0200 Subject: [PATCH] Remove accidentally checked in debug message --- panda/src/glstuff/glGraphicsStateGuardian_src.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/panda/src/glstuff/glGraphicsStateGuardian_src.cxx b/panda/src/glstuff/glGraphicsStateGuardian_src.cxx index 1eda94595b..0a1dc16a0b 100644 --- a/panda/src/glstuff/glGraphicsStateGuardian_src.cxx +++ b/panda/src/glstuff/glGraphicsStateGuardian_src.cxx @@ -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());