Remove debug printf

This commit is contained in:
twinaphex 2016-05-17 13:50:35 +02:00
parent ee90ce4b54
commit ce0376e382

View File

@ -131,9 +131,6 @@ int image_transfer_process(
#endif
case IMAGE_TYPE_JPEG:
#ifdef HAVE_RJPEG
#ifdef DEBUG
printf("len is: %d\n", len);
#endif
return rjpeg_process_image((rjpeg_t*)data,
(void**)buf, len, width, height);
#else