From: Stephen Seo Date: Fri, 21 Feb 2025 07:40:28 +0000 (+0900) Subject: Remove DEBUG output X-Git-Tag: 1.16^2~2 X-Git-Url: https://git.seodisparate.com/stephenseo/search/main.js?a=commitdiff_plain;h=213ff427f5d8eab52dfef84d1d77bd1f17b2de89;p=SimpleArchiver Remove DEBUG output --- diff --git a/src/archiver.c b/src/archiver.c index 850ead9..73fc388 100644 --- a/src/archiver.c +++ b/src/archiver.c @@ -171,7 +171,6 @@ int write_files_fn_file_v0(void *data, void *ud) { __attribute__((cleanup(simple_archiver_helper_cleanup_FILE))) FILE *tmp_fd = simple_archiver_helper_temp_dir(state->parsed, &out_temp_filename); - fprintf(stderr, "DEBUG: out_temp_filename is %s\n"); __attribute__((cleanup(cleanup_temp_filename_delete))) void **ptrs_array = malloc(sizeof(void *) * 2); ptrs_array[0] = NULL;