remove debug printf
authorBrian <brian.paul@tungstengraphics.com>
Mon, 20 Aug 2007 17:53:36 +0000 (11:53 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Mon, 20 Aug 2007 17:53:36 +0000 (11:53 -0600)
src/mesa/pipe/softpipe/sp_draw_arrays.c

index 5371ef5..ce5d4e0 100644 (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 );