Remove useless logger message

We don't need two log messages back-to-back about the same thing here.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2012-01-05 16:48:21 -06:00
parent def9e45aff
commit a1437cbf1b
1 changed files with 0 additions and 1 deletions

View File

@ -461,7 +461,6 @@ int _alpm_remove_single_package(alpm_handle_t *handle,
db:
/* remove the package from the database */
_alpm_log(handle, ALPM_LOG_DEBUG, "updating database\n");
_alpm_log(handle, ALPM_LOG_DEBUG, "removing database entry '%s'\n", pkgname);
if(_alpm_local_db_remove(handle->db_local, oldpkg) == -1) {
_alpm_log(handle, ALPM_LOG_ERROR, _("could not remove database entry %s-%s\n"),