mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Remove left-over debug message.
* g10/armor.c (check_input): Remove log_debug.
This commit is contained in:
parent
eb645a57e2
commit
f34d88364a
1 changed files with 0 additions and 3 deletions
|
@ -538,9 +538,6 @@ check_input( armor_filter_context_t *afx, IOBUF a )
|
||||||
/* This is probably input from a keyserver helper and we
|
/* This is probably input from a keyserver helper and we
|
||||||
have not yet seen an error line. */
|
have not yet seen an error line. */
|
||||||
afx->key_failed_code = parse_key_failed_line (line+4, len-4);
|
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 )) {
|
if( i >= 0 && !(afx->only_keyblocks && i != 1 && i != 5 && i != 6 )) {
|
||||||
hdr_line = i;
|
hdr_line = i;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue