From 88fcd48481cdc90b816c5e51aacc98c80ca23b74 Mon Sep 17 00:00:00 2001 From: Godzil Date: Mon, 17 Feb 2020 23:29:50 +0000 Subject: [PATCH] This test wasn't support to be there at first. --- source/canvas.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/canvas.cpp b/source/canvas.cpp index 0a210af..bbe3a99 100644 --- a/source/canvas.cpp +++ b/source/canvas.cpp @@ -48,10 +48,5 @@ bool Canvas::SaveAsPNG(const char *filename) { uint32_t ret = lodepng_encode24_file(filename, this->bitmap, this->width, this->height); - if (ret > 0) - { - printf("lodepng_encode_file returned %d!\n", ret); - } - return ret == 0; } \ No newline at end of file