Remove a debug printf that should not have been left in.
authorIan Romanick <idr@us.ibm.com>
Wed, 5 May 2004 21:32:16 +0000 (21:32 +0000)
committerIan Romanick <idr@us.ibm.com>
Wed, 5 May 2004 21:32:16 +0000 (21:32 +0000)
src/mesa/drivers/dri/r200/r200_vtxfmt.c

index c63518f..25afd3c 100644 (file)
@@ -820,9 +820,6 @@ static GLboolean check_vtx_fmt( GLcontext *ctx )
    if (R200_DEBUG & DEBUG_VFMT)
       fprintf(stderr, "%s -- success\n", __FUNCTION__);
 
-   fprintf( stderr, "[%s:%u] vertex size = %u\n", __func__, __LINE__,
-           rmesa->vb.vertex_size );
-
    return GL_TRUE;
 }