X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/9841ba78bc18c8c9f91ad47702e9fae939a3dcbc..54c5d207bf165cda83eec602c57ed36d1f278454:/lib/gdi/epng.cpp diff --git a/lib/gdi/epng.cpp b/lib/gdi/epng.cpp index 9c12bb10..5b237573 100644 --- a/lib/gdi/epng.cpp +++ b/lib/gdi/epng.cpp @@ -66,7 +66,7 @@ int loadPNG(ePtr &result, const char *filename) png_get_IHDR(png_ptr, info_ptr, &width, &height, &bit_depth, &color_type, 0, 0, 0); - eDebug("%s: %dx%dx%d png, %d", filename, (int)width, (int)height, (int)bit_depth, color_type); +// eDebug("%s: %dx%dx%d png, %d", filename, (int)width, (int)height, (int)bit_depth, color_type); if (color_type != 6) {