Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
pkgdb: remove debug code
Baptiste Daroussin committed 1 year ago
commit 4644cf5fafc275c1633d216ef77d5ba62d0c7d4a
parent 432bc12
1 file changed +0 -3
modified libpkg/pkgdb.c
@@ -826,9 +826,6 @@ pkgdb_open_repos(struct pkgdb *db, const char *reponame)
{
	struct pkg_repo *r = NULL;

-
	if (reponame != NULL) {
-
		printf("opening reponame: %s\n", reponame);
-
	}
	while (pkg_repos(&r) == EPKG_OK) {
		if (!r->enable && reponame == NULL) {
			continue;