]> git.ipfire.org Git - pakfire.git/commitdiff
file: Remove debugging code
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 25 Oct 2024 12:43:42 +0000 (12:43 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 25 Oct 2024 12:43:42 +0000 (12:43 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/file.c

index cd0970b1554dbb3f1c56116943d21ba40207da82..b98650a56abadb838aa27e62e6982c6135896718 100644 (file)
@@ -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;
 }