aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archival/libunarchive/get_header_tar_bz2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/archival/libunarchive/get_header_tar_bz2.c b/archival/libunarchive/get_header_tar_bz2.c
index 3d50aecd3..46c42a822 100644
--- a/archival/libunarchive/get_header_tar_bz2.c
+++ b/archival/libunarchive/get_header_tar_bz2.c
@@ -61,7 +61,6 @@ extern char get_header_tar_bz2(archive_handle_t *archive_handle)
while (get_header_tar(archive_handle) == EXIT_SUCCESS);
close(fd_pipe[0]);
-printf("finished\n");
#if 0
if (kill(pid, SIGTERM) == -1) {
bb_error_msg_and_die("Couldnt kill gunzip process");