draw: remove printf
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 29 May 2008 11:42:39 +0000 (12:42 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 29 May 2008 11:42:39 +0000 (12:42 +0100)
src/gallium/auxiliary/draw/draw_pt_vcache.c

index 720b91b..64fab61 100644 (file)
@@ -260,8 +260,6 @@ static void vcache_check_run( struct draw_pt_front_end *frontend,
    const ushort *transformed_elts;
    ushort *storage = NULL;
 
-   printf("fetch_count %x\n", fetch_count);
-      
    if (fetch_count >= FETCH_MAX ||
        fetch_count > draw_count) 
       goto fail;