made note of my recent changes
[oweals/busybox.git] / gzip.c
diff --git a/gzip.c b/gzip.c
index 8f2c1c4542368c678ff30e3f8d791b268fbb486d..983f673e15eb7c847b69590de845c3f95d8d95fd 100644 (file)
--- a/gzip.c
+++ b/gzip.c
@@ -1788,7 +1788,6 @@ int gzip_main(int argc, char ** argv)
            tostdout = 1;
        }
        while (*(++(*argv))) {
-           fprintf(stderr, "**argv='%c'\n", **argv);
            switch (**argv) {
            case 'c':
                tostdout = 1;