Clean up my debug logger mess

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2011-07-19 00:23:42 -05:00
parent 61410814c2
commit 70d6fe6632
1 changed files with 0 additions and 2 deletions

View File

@ -600,9 +600,7 @@ alpm_db_t *_alpm_db_register_sync(alpm_handle_t *handle, const char *treename,
_alpm_log(handle, ALPM_LOG_DEBUG, "registering sync database '%s'\n", treename);
_alpm_log(handle, ALPM_LOG_DEBUG, "spot 3\n");
#ifndef HAVE_LIBGPGME
_alpm_log(handle, ALPM_LOG_DEBUG, "spot 2\n");
if(level != 0 && level != ALPM_SIG_USE_DEFAULT) {
RET_ERR(handle, ALPM_ERR_WRONG_ARGS, NULL);
}