1.1 --- a/test/testautomation_surface.c Mon Aug 12 22:00:21 2013 -0700
1.2 +++ b/test/testautomation_surface.c Wed Aug 14 23:30:10 2013 -0700
1.3 @@ -360,8 +360,6 @@
1.4
1.5 for ( i = 0; i < SDL_arraysize(pixel_formats); ++i ) {
1.6 for ( j = 0; j < SDL_arraysize(pixel_formats); ++j ) {
1.7 - /*printf("Converting %s -> %s\n", SDL_GetPixelFormatName(pixel_formats[i]), SDL_GetPixelFormatName(pixel_formats[j]));*/
1.8 -
1.9 fmt1 = SDL_AllocFormat(pixel_formats[i]);
1.10 SDL_assert(fmt1 != NULL);
1.11 cvt1 = SDL_ConvertSurface(face, fmt1, 0);