diff options
author | Werner Koch <[email protected]> | 2015-02-26 08:38:58 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-03-28 11:24:16 +0000 |
commit | f34d88364a984947bcd7c344f9532f683b856353 (patch) | |
tree | dc2dc8754571f9e365988f92292ce42ad27bf4d3 | |
parent | Post release updates (diff) | |
download | gnupg-f34d88364a984947bcd7c344f9532f683b856353.tar.gz gnupg-f34d88364a984947bcd7c344f9532f683b856353.zip |
gpg: Remove left-over debug message.
* g10/armor.c (check_input): Remove log_debug.
-rw-r--r-- | g10/armor.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/g10/armor.c b/g10/armor.c index 4332d70d8..be03692f1 100644 --- a/g10/armor.c +++ b/g10/armor.c @@ -538,9 +538,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; |