xbps_repository_pool_find_pkg: remove a debug printf that bothers me.

This commit is contained in:
Juan RP 2011-01-25 17:52:59 +01:00
parent ada7820312
commit 563b6446f4

View File

@ -252,8 +252,6 @@ repo_find_pkg_cb(struct repository_pool_index *rpi, void *arg, bool *done)
}
if (rpf->pkgd) {
xbps_dbg_printf("Found pkg '%s' (%s)\n",
rpf->pattern, rpi->rpi_uri);
/*
* Package dictionary found, add the "repository"
* object with the URI.