Remove a debug printf that should not have been left in.

This commit is contained in:
Ian Romanick 2004-05-05 21:32:16 +00:00
parent cd6ca58c3f
commit eec8dbd512

View 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;
}