disable debug printf

This commit is contained in:
Brian 2008-01-14 19:04:45 -07:00
parent f20cb1d81b
commit b4e4fafb41

View file

@ -227,7 +227,9 @@ static void vbuf_flush_elements( struct draw_stage *stage )
struct vbuf_stage *vbuf = vbuf_stage( stage );
if (vbuf->nr_elements) {
/*
fprintf(stderr, "%s (%d elts)\n", __FUNCTION__, vbuf->nr_elements);
*/
/* Draw now or add to list of primitives???
*/