]> git.seodisparate.com - SimpleArchiver/commitdiff
Comment out debug print
authorStephen Seo <seo.disparate@gmail.com>
Thu, 18 Jul 2024 06:32:48 +0000 (15:32 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Thu, 18 Jul 2024 06:32:48 +0000 (15:32 +0900)
src/archiver.c

index a223ec3f2c102bbb578caf551a57b868efd55b02..c70d75f334f2d7e555cb227d38769837c33d08d4 100644 (file)
@@ -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) {