Remove printf() debugging

This commit is contained in:
XANTRONIX Development 2021-11-25 15:54:33 -05:00
parent bb758adc2e
commit f4a4354234

View file

@ -366,8 +366,6 @@ void cammy_image_dither_to_tile(cammy_tile *dest,
int depth) {
size_t x_offset, y_offset;
printf("dest dimensions %zux%zu\n", dest_width, dest_height);
for (y_offset=0; y_offset<height; y_offset++) {
if (y_dest + y_offset > dest_height) {
break;