Browse Source

Remove accidentally checked in debug message

rdb 10 years ago
parent
commit
03a1399378
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/glstuff/glGraphicsStateGuardian_src.cxx

+ 0 - 1
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());