diff options
-rw-r--r-- | src/mesa/main/api_arrayelt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/api_arrayelt.c b/src/mesa/main/api_arrayelt.c index e4bb99807e..71becd3533 100644 --- a/src/mesa/main/api_arrayelt.c +++ b/src/mesa/main/api_arrayelt.c @@ -756,8 +756,6 @@ void GLAPIENTRY _ae_loopback_array_elt( GLint elt ) const GLubyte *src = aa->array->BufferObj->Data + (uintptr_t) aa->array->Ptr + elt * aa->array->StrideB; - fprintf( stderr, "[%s,%u] aa->offset = %d\n", __func__, __LINE__, - aa->offset ); CALL_by_offset( disp, (array_func), aa->offset, ((const void *) src) ); } |