Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove some debug printfs
Emmanuel Vadot committed 5 years ago
commit 453cf3021fb69fd5c6f84b11e69e42ff7584d971
parent 78a3b7e
1 file changed +0 -2
modified libpkg/fetch.c
@@ -550,10 +550,8 @@ pkg_fetch_file_to_fd(struct pkg_repo *repo, const char *url, int dest,
	}

	doc = u->doc;
-
	printf("doc: %s", doc);
	reldoc = doc + strlen(repourl->doc);
	fetchFreeURL(repourl);
-
	printf("reldoc: %s", reldoc);

	if (t != NULL)
		u->ims_time = *t;