From d08460f0a19741f4627c6672344d91e2fa5694d3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Fri, 25 Oct 2024 12:43:42 +0000 Subject: [PATCH] file: Remove debugging code Signed-off-by: Michael Tremer --- src/libpakfire/file.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libpakfire/file.c b/src/libpakfire/file.c index cd0970b15..b98650a56 100644 --- a/src/libpakfire/file.c +++ b/src/libpakfire/file.c @@ -884,8 +884,6 @@ PAKFIRE_EXPORT int pakfire_file_set_path(struct pakfire_file* file, const char* // Store the abspath archive_entry_copy_sourcepath(file->entry, buffer); - printf("PATH = %s, %s\n", archive_entry_pathname(file->entry), archive_entry_sourcepath(file->entry)); - return 0; } -- 2.39.5