From: Michael Tremer Date: Wed, 1 Nov 2023 17:09:20 +0000 (+0000) Subject: ctx: Remove logging when the cache path is set X-Git-Tag: 0.9.30~1332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=888aecc54f4a3b0dd80393e6237c618a17df9841;p=pakfire.git ctx: Remove logging when the cache path is set This is *very* verbose and probably not needed. Signed-off-by: Michael Tremer --- diff --git a/src/libpakfire/ctx.c b/src/libpakfire/ctx.c index 5b92b475d..eb1e08496 100644 --- a/src/libpakfire/ctx.c +++ b/src/libpakfire/ctx.c @@ -316,8 +316,6 @@ PAKFIRE_EXPORT int pakfire_ctx_set_cache_path(struct pakfire_ctx* ctx, const cha if (r) goto ERROR; - CTX_DEBUG(ctx, "Set cache path to %s\n", ctx->paths.cache); - ERROR: wordfree(&result);