Remove unnecessary printf used for testing

This commit is contained in:
Stephen Seo 2024-09-30 15:15:00 +09:00
parent 45fdffdc9c
commit 53fefb7ae8

View file

@ -1119,7 +1119,6 @@ int read_decomp_to_out_file(const char *out_filename, int in_pipe,
// Error. // Error.
fprintf(stderr, "ERROR Failed to read from decompressor! (%d)\n", fprintf(stderr, "ERROR Failed to read from decompressor! (%d)\n",
errno); errno);
fprintf(stderr, "EAGAIN %d, EWOULDBLOCK %d\n", EAGAIN, EWOULDBLOCK);
return SDAS_INTERNAL_ERROR; return SDAS_INTERNAL_ERROR;
} }
} }