mesa: remove debug code

This commit is contained in:
Brian Paul 2008-07-08 16:52:45 -06:00
parent e4d9cc94b8
commit 2f1b5ffcda

View file

@ -128,7 +128,6 @@ _mesa_DeleteObjectARB(GLhandleARB obj)
void GLAPIENTRY
_mesa_DeleteProgram(GLuint name)
{
printf("%s name=%u\n", __FUNCTION__, name);
if (name) {
GET_CURRENT_CONTEXT(ctx);
ctx->Driver.DeleteProgram2(ctx, name);