From 65be7ade1d092a309d27056d6d55585bda54e8bd Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Fri, 17 Jul 2009 14:09:52 +0300 Subject: pkg: remove debug prints --- src/package.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/package.c b/src/package.c index 3795119..ea67c69 100644 --- a/src/package.c +++ b/src/package.c @@ -616,7 +616,6 @@ struct apk_package *apk_pkg_read(struct apk_database *db, const char *file, goto err; if (sctx->action != APK_SIGN_VERIFY) ctx.pkg->csum = sctx->identity; - fprintf(stderr, "%s: %d\n", realfile, ctx.pkg->csum.type); /* Add implicit busybox dependency if there is scripts */ if (ctx.has_install) { -- cgit v1.2.3