summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2009-07-17 14:09:52 +0300
committerTimo Teras <timo.teras@iki.fi>2009-07-17 14:09:52 +0300
commit65be7ade1d092a309d27056d6d55585bda54e8bd (patch)
tree4c2954cb062284883d4a683bf7868d1a116b067f
parentd694025b91a888996f02a888308fbe9e0a074369 (diff)
downloadapk-tools-65be7ade1d092a309d27056d6d55585bda54e8bd.tar.bz2
apk-tools-65be7ade1d092a309d27056d6d55585bda54e8bd.tar.xz
pkg: remove debug prints
-rw-r--r--src/package.c1
1 files changed, 0 insertions, 1 deletions
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) {