From a1437cbf1bccc025d33e083e1a79e85c57c6e2df Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 5 Jan 2012 16:48:21 -0600 Subject: Remove useless logger message We don't need two log messages back-to-back about the same thing here. Signed-off-by: Dan McGee --- lib/libalpm/remove.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libalpm/remove.c') diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c index 44f3ee93..41cee514 100644 --- a/lib/libalpm/remove.c +++ b/lib/libalpm/remove.c @@ -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"), -- cgit v1.2.3-24-g4f1b