remove debug printf

This commit is contained in:
Brian 2007-08-20 11:53:36 -06:00
parent 98d30cb2d4
commit 7d14c3e538
1 changed files with 0 additions and 1 deletions

View File

@ -320,7 +320,6 @@ softpipe_draw_arrays(struct pipe_context *pipe, unsigned mode,
struct draw_context *draw = sp->draw;
unsigned length, first, incr, i;
printf("Draw arrays start %u count %u\n", start, count);
if (sp->dirty)
softpipe_update_derived( sp );