From 213ff427f5d8eab52dfef84d1d77bd1f17b2de89 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 21 Feb 2025 16:40:28 +0900 Subject: [PATCH] Remove DEBUG output --- src/archiver.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.49.0