diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-07-17 14:09:52 +0300 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-07-17 14:09:52 +0300 |
commit | 65be7ade1d092a309d27056d6d55585bda54e8bd (patch) | |
tree | 4c2954cb062284883d4a683bf7868d1a116b067f | |
parent | d694025b91a888996f02a888308fbe9e0a074369 (diff) | |
download | apk-tools-65be7ade1d092a309d27056d6d55585bda54e8bd.tar.gz apk-tools-65be7ade1d092a309d27056d6d55585bda54e8bd.tar.bz2 apk-tools-65be7ade1d092a309d27056d6d55585bda54e8bd.tar.xz apk-tools-65be7ade1d092a309d27056d6d55585bda54e8bd.zip |
pkg: remove debug prints
-rw-r--r-- | src/package.c | 1 |
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) { |