]> git.ipfire.org Git - pakfire.git/commitdiff
libpakfire: util: Remove some debug output
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 11 Jun 2019 01:05:06 +0000 (02:05 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 11 Jun 2019 01:05:06 +0000 (02:05 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/libpakfire/util.c

index 3a040dcf85eaff0903221049b5bb198ad21897ae..36d333979611f26a133d20543001b43c4a865fe0 100644 (file)
@@ -392,7 +392,6 @@ PAKFIRE_EXPORT void pakfire_partition_string(const char* s, const char* delim, c
 
        // Length of string before delim
        size_t l = p - s;
-       printf("%zu\n", l);
 
        *s1 = pakfire_malloc(l);
        snprintf(*s1, l, "%s", s);