pkg: remove debug prints

cute-signatures
Timo Teras 2009-07-17 14:09:52 +03:00
parent d694025b91
commit 65be7ade1d
1 changed files with 0 additions and 1 deletions

View File

@ -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) {