commit | 9e966ffed4e5ab6b78de0472e8e2b040d1d95ba2 | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Wed Apr 11 15:11:48 2001 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Wed Apr 11 15:11:48 2001 +0000 |
tree | a2262827cc2683fa8d66cfd9e7cc396e938f00ab | |
parent | f70f6cef393c1cc51ec6cabfc51cdf6c12d95286 [diff] |
Remove unneeded printf statment
diff --git a/libbb/gz_open.c b/libbb/gz_open.c index 1be5a17..19ec0a0 100644 --- a/libbb/gz_open.c +++ b/libbb/gz_open.c
@@ -22,7 +22,6 @@ /* child process */ close(unzip_pipe[0]); unzip(compressed_file, fdopen(unzip_pipe[1], "w")); - printf("finished unzipping\n"); fflush(NULL); fclose(compressed_file); close(unzip_pipe[1]);