summaryrefslogtreecommitdiffstats
path: root/src/fetch.c
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-06-09 09:58:34 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-06-09 09:58:34 +0000
commitcd5d44fa9dff14a5a670c1fe66778ad7627a506c (patch)
tree7a48b480a8a87d508001d59061c98f9d06dc29d2 /src/fetch.c
parent50cdcca8339d73ea8fe29fc54c2300c674f91dc5 (diff)
downloadapk-tools-cd5d44fa9dff14a5a670c1fe66778ad7627a506c.tar.bz2
apk-tools-cd5d44fa9dff14a5a670c1fe66778ad7627a506c.tar.xz
fetch: removed debug message
leftovers from a debug session.
Diffstat (limited to 'src/fetch.c')
-rw-r--r--src/fetch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fetch.c b/src/fetch.c
index 5668eae..09b4e97 100644
--- a/src/fetch.c
+++ b/src/fetch.c
@@ -60,7 +60,6 @@ static int fetch_package(struct fetch_ctx *fctx,
char outfile[256];
int i, r, fd;
- printf("DEBUG: hello\n");
if (!(fctx->flags & FETCH_STDOUT)) {
struct apk_file_info fi;