summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;