lib/plist_find.c: remove a noisy/useless dbg printf.

This commit is contained in:
Juan RP 2013-09-16 11:24:09 +02:00
parent af4e90aae8
commit 3f376998c2

View File

@ -198,8 +198,6 @@ config_inject_vpkgs(struct xbps_handle *xh)
vpkgdir = strdup("/etc/xbps/virtualpkg.d");
if ((dirp = opendir(vpkgdir)) == NULL) {
xbps_dbg_printf(xh, "cannot access to %s: %s\n",
vpkgdir, strerror(errno));
free(vpkgdir);
return;
}