Remove debugging noise.
authorGlenn L McGrath <bug1@ihug.co.nz>
Fri, 14 Nov 2003 08:30:46 +0000 (08:30 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Fri, 14 Nov 2003 08:30:46 +0000 (08:30 -0000)
archival/libunarchive/get_header_tar_bz2.c

index 3d50aec..46c42a8 100644 (file)
@@ -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");