diff --git a/src/bmp-format.c b/src/bmp-format.c index e0b8f05..99889a0 100644 --- a/src/bmp-format.c +++ b/src/bmp-format.c @@ -91,7 +91,6 @@ int image_save_bmp(Image image, const char* path) { } } - printf("wrote %li bytes...\n", size); fclose(fp); return 1; }