db: remove debug print

was left there unintentionally while debugging stuff.
cute-signatures
Timo Teras 2009-07-14 17:44:31 +03:00
parent e98d8253b9
commit e9eaedff50
1 changed files with 0 additions and 1 deletions

View File

@ -1281,7 +1281,6 @@ static int apk_db_gzip_part(void *pctx, EVP_MD_CTX *mdctx, int part)
{
struct install_ctx *ctx = (struct install_ctx *) pctx;
fprintf(stderr, "part %d\n", part);
switch (part) {
case APK_MPART_BEGIN:
EVP_DigestInit_ex(mdctx, EVP_md5(), NULL);