removed writing byte count output

master
Anton Lydike 4 years ago
parent e20f4cb891
commit 329520da73

@ -91,7 +91,6 @@ int image_save_bmp(Image image, const char* path) {
} }
} }
printf("wrote %li bytes...\n", size);
fclose(fp); fclose(fp);
return 1; return 1;
} }

Loading…
Cancel
Save