diff options
author | Ian Romanick <[email protected]> | 2004-05-05 21:32:16 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-05-05 21:32:16 +0000 |
commit | eec8dbd512cc4fd197df85a1805009d0829909c0 (patch) | |
tree | 5cbd7f4d51e803fb0e6434833c64329aafb3d81f /src/mesa/drivers | |
parent | cd6ca58c3f50dd8647c5b48b1350bbd87e27219b (diff) |
Remove a debug printf that should not have been left in.
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/dri/r200/r200_vtxfmt.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_vtxfmt.c b/src/mesa/drivers/dri/r200/r200_vtxfmt.c index c63518fefb6..25afd3ca970 100644 --- a/src/mesa/drivers/dri/r200/r200_vtxfmt.c +++ b/src/mesa/drivers/dri/r200/r200_vtxfmt.c @@ -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; } |