From: Michael Tremer Date: Fri, 25 Oct 2024 12:43:42 +0000 (+0000) Subject: file: Remove debugging code X-Git-Tag: 0.9.30~896 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d08460f0a19741f4627c6672344d91e2fa5694d3;p=pakfire.git file: Remove debugging code Signed-off-by: Michael Tremer --- 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; }