aboutsummaryrefslogtreecommitdiff
path: root/tar.c
diff options
context:
space:
mode:
Diffstat (limited to 'tar.c')
-rw-r--r--tar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tar.c b/tar.c
index ef611531a..9be63ced8 100644
--- a/tar.c
+++ b/tar.c
@@ -284,11 +284,9 @@ extern int tar_main(int argc, char **argv)
/* unzip tarFd in a seperate process */
if (unzipFlag == TRUE) {
comp_file = fdopen(tarFd, "r");
- printf("1\n");
if ((tarFd = gz_open(comp_file, &pid)) == EXIT_FAILURE) {
error_msg_and_die("Couldnt unzip file");
}
- printf("2\n");
}
#endif
status = readTarFile(tarFd, extractFlag, listFlag, tostdoutFlag,