gpg: Remove left-over debug message.

* g10/armor.c (check_input): Remove log_debug.
This commit is contained in:
Werner Koch 2015-02-26 09:38:58 +01:00
parent 24d8c00e6e
commit 936416690e
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 0 additions and 3 deletions

View File

@ -534,9 +534,6 @@ check_input( armor_filter_context_t *afx, IOBUF a )
/* This is probably input from a keyserver helper and we
have not yet seen an error line. */
afx->key_failed_code = parse_key_failed_line (line+4, len-4);
log_debug ("armor-keys-failed (%.*s) ->%d\n",
(int)len, line,
afx->key_failed_code);
}
if( i >= 0 && !(afx->only_keyblocks && i != 1 && i != 5 && i != 6 )) {
hdr_line = i;