mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-23 21:20:21 +01:00
Remove a debug printf that should not have been left in.
This commit is contained in:
parent
cd6ca58c3f
commit
eec8dbd512
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue