mesa: remove debug code

This commit is contained in:
Brian Paul 2008-07-08 16:58:50 -06:00
parent 072c474836
commit cdc0b6e523

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);