From b242b2d0508a94cdc4c1a68e54ef90e941cbc6d7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 26 Sep 2011 13:34:39 -0500 Subject: Remove unnecessary logger This is just a wrapper function; the real function we call logs an almost identical line. Signed-off-by: Dan McGee --- lib/libalpm/signing.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/libalpm/signing.c') diff --git a/lib/libalpm/signing.c b/lib/libalpm/signing.c index 203460cc..b9b09e29 100644 --- a/lib/libalpm/signing.c +++ b/lib/libalpm/signing.c @@ -626,7 +626,6 @@ int _alpm_check_pgp_helper(alpm_handle_t *handle, const char *path, CALLOC(siglist, 1, sizeof(alpm_siglist_t), RET_ERR(handle, ALPM_ERR_MEMORY, -1)); - _alpm_log(handle, ALPM_LOG_DEBUG, "checking signatures for %s\n", path); ret = _alpm_gpgme_checksig(handle, path, base64_sig, siglist); if(ret && handle->pm_errno == ALPM_ERR_SIG_MISSING) { if(optional) { -- cgit v1.2.3-24-g4f1b