diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-01-06 20:31:32 +0200 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-01-06 21:23:26 +0200 |
commit | 0655699133873807acd1f097633af376d98832a6 (patch) | |
tree | 7d164a1f7883eec617231eb544ad125d29400132 | |
parent | 0314104d93b831f53a9ab21622ba61aa49b7cccd (diff) | |
download | apk-tools-0655699133873807acd1f097633af376d98832a6.tar.gz apk-tools-0655699133873807acd1f097633af376d98832a6.tar.bz2 apk-tools-0655699133873807acd1f097633af376d98832a6.tar.xz apk-tools-0655699133873807acd1f097633af376d98832a6.zip |
db: remove forgotten debug print
-rw-r--r-- | src/database.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/database.c b/src/database.c index 8d8d563..3901ad2 100644 --- a/src/database.c +++ b/src/database.c @@ -880,8 +880,6 @@ static int apk_db_install_archive_entry(void *_ctx, if (name.ptr[name.len-1] == '/') name.len--; - printf("%s: %*s\n", pkg->name->name, name.len, name.ptr); - if (ctx->diri_node == NULL) ctx->diri_node = hlist_tail_ptr(&pkg->owned_dirs); ctx->diri = diri = apk_db_diri_new(db, pkg, name, |