]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove some debugging printfs.
authorTim Kientzle <kientzle@gmail.com>
Sun, 11 Dec 2011 06:36:19 +0000 (01:36 -0500)
committerTim Kientzle <kientzle@gmail.com>
Sun, 11 Dec 2011 06:36:19 +0000 (01:36 -0500)
SVN-Revision: 3902

libarchive/archive_read_support_format_zip.c

index 9821bc9e8f7aef7ad1f057c5d88c979753d1b450..b0bdc6bda8a8f9acb0850a2dccd82810533ef711 100644 (file)
@@ -759,8 +759,6 @@ archive_read_format_zip_read_data(struct archive_read *a,
                            "ZIP compressed data is wrong size (read %jd, expected %jd)",
                            (intmax_t)zip->entry_compressed_bytes_read,
                            (intmax_t)zip->entry->compressed_size);
-                       fprintf(stderr, "compression: %d\n", zip->entry->compression);
-                       fprintf(stderr, "length_at_end: %s\n", (zip->entry->flags & ZIP_LENGTH_AT_END) ? "YES": "NO");
                        return (ARCHIVE_WARN);
                }
                /* Size field only stores the lower 32 bits of the actual