Remove unnecessary printf used for testing
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 6s
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 6s
This commit is contained in:
parent
712f2711d7
commit
64cfe57724
1 changed files with 0 additions and 1 deletions
|
@ -1119,7 +1119,6 @@ int read_decomp_to_out_file(const char *out_filename, int in_pipe,
|
|||
// Error.
|
||||
fprintf(stderr, "ERROR Failed to read from decompressor! (%d)\n",
|
||||
errno);
|
||||
fprintf(stderr, "EAGAIN %d, EWOULDBLOCK %d\n", EAGAIN, EWOULDBLOCK);
|
||||
return SDAS_INTERNAL_ERROR;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue