diff options
Diffstat (limited to 'src')
-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) { |