Clean up obsolete debug output

Signed-off-by: Squareys <squareys@googlemail.com>
This commit is contained in:
Squareys 2018-03-13 22:29:31 +01:00
parent 4337463c79
commit f99f760b07

View File

@ -1162,8 +1162,6 @@ static bool LoadExternalFile(std::vector<unsigned char> *out, std::string *err,
static bool LoadImageData(Image *image, std::string *err, int req_width,
int req_height, const unsigned char *bytes,
int size) {
//std::cout << "size " << size << std::endl;
int w, h, comp;
// if image cannot be decoded, ignore parsing and keep it by its path
// don't break in this case