mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Remove debug printf
This commit is contained in:
parent
ee90ce4b54
commit
ce0376e382
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user