draw: remove printf

This commit is contained in:
Keith Whitwell
2008-05-29 12:42:39 +01:00
parent bb2e13b9e8
commit 45eecb9392
@@ -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;