Remove a bogus comment from libalpm/remove.c

We do the opposite.

Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
This commit is contained in:
Nagy Gabor 2008-03-09 11:59:13 +01:00 committed by Dan McGee
parent 724ed34ac5
commit 1dfcf1495b
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@ int _alpm_remove_loadtarget(pmtrans_t *trans, pmdb_t *db, char *name)
}
if((info = _alpm_db_scan(db, name)) == NULL) {
/* Unimportant - just ignore it if we can't find it */
_alpm_log(PM_LOG_DEBUG, "could not find %s in database\n", name);
RET_ERR(PM_ERR_PKG_NOT_FOUND, -1);
}