BMPTranslator: removed leftover debug output

This commit is contained in:
Stefano Ceccherini 2015-03-03 22:42:51 +01:00
parent 711d2087c3
commit cec6d79442

View File

@ -648,9 +648,6 @@ BPositionIO *outDestination, color_space fromspace, MSInfoHeader &msheader)
} }
} }
while (rd == static_cast<ssize_t>(bitsRowBytes)) { while (rd == static_cast<ssize_t>(bitsRowBytes)) {
printf("translate_from_bits_to_bmp24() bmppixrow %" B_PRId32 "\n",
bmppixrow);
for (int32 i = 0; i < msheader.width; i++) { for (int32 i = 0; i < msheader.width; i++) {
uint8 *bitspixel, *bmppixel; uint8 *bitspixel, *bmppixel;
uint16 val; uint16 val;