draw: quieten some debug

This commit is contained in:
Keith Whitwell
2008-05-29 18:18:56 +01:00
parent 807e7c4ccf
commit 22be9ea4a6
+1 -1
View File
@@ -266,7 +266,7 @@ static void vcache_check_run( struct draw_pt_front_end *frontend,
if (max_index == 0xffffffff ||
fetch_count >= FETCH_MAX ||
fetch_count > draw_count) {
debug_printf("fail\n");
if (0) debug_printf("fail\n");
goto fail;
}