bmp: Removed debug printf call.

This commit is contained in:
Ryan C. Gordon
2025-02-03 23:35:08 -05:00
parent 61b1c25eeb
commit e7f326a84e

View File

@@ -115,7 +115,6 @@ static bool readRlePixels(SDL_Surface *surface, SDL_IOStream *src, int isRle8)
bits -= pitch; // go to previous
break;
case 1: // end of bitmap
printf("SUCCESS!\n");
return true; // success!
case 2: // delta
if (!SDL_ReadU8(src, &ch)) {