pkg: remove debug prints
parent
d694025b91
commit
65be7ade1d
|
@ -616,7 +616,6 @@ struct apk_package *apk_pkg_read(struct apk_database *db, const char *file,
|
||||||
goto err;
|
goto err;
|
||||||
if (sctx->action != APK_SIGN_VERIFY)
|
if (sctx->action != APK_SIGN_VERIFY)
|
||||||
ctx.pkg->csum = sctx->identity;
|
ctx.pkg->csum = sctx->identity;
|
||||||
fprintf(stderr, "%s: %d\n", realfile, ctx.pkg->csum.type);
|
|
||||||
|
|
||||||
/* Add implicit busybox dependency if there is scripts */
|
/* Add implicit busybox dependency if there is scripts */
|
||||||
if (ctx.has_install) {
|
if (ctx.has_install) {
|
||||||
|
|
Loading…
Reference in New Issue