From: Stephen Seo Date: Thu, 18 Jul 2024 06:32:48 +0000 (+0900) Subject: Comment out debug print X-Git-Tag: 1.0~57 X-Git-Url: https://git.seodisparate.com/stephenseo/js/darkmode.js?a=commitdiff_plain;h=735d2b4f7a0a00d465bfba956b8561638d5c5a05;p=SimpleArchiver Comment out debug print --- diff --git a/src/archiver.c b/src/archiver.c index a223ec3..c70d75f 100644 --- a/src/archiver.c +++ b/src/archiver.c @@ -747,7 +747,7 @@ int simple_archiver_parse_archive_info(FILE *in_f, int do_extract, key[len - 1] = 0; simple_archiver_hash_map_insert(&hash_map, key, key, len, cleanup_nop_fn, cleanup_free_fn); - fprintf(stderr, "\"%s\" put in map\n", key); + // fprintf(stderr, "\"%s\" put in map\n", key); } } for (uint32_t idx = 0; idx < size; ++idx) {