Remove printf() debugging
This commit is contained in:
parent
bb758adc2e
commit
f4a4354234
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue