mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
gpg: Remove left over debug output from recent change.
* g10/import.c (collapse_subkeys): Remove debug out. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
40acc5ef3e
commit
fc1a185755
@ -4123,7 +4123,6 @@ collapse_subkeys (kbnode_t *keyblock)
|
||||
kbnode_t kb1, kb2, sig1, sig2, last;
|
||||
int any = 0;
|
||||
|
||||
log_debug ("enter collapse_subkeys\n");
|
||||
for (kb1 = *keyblock; kb1; kb1 = kb1->next)
|
||||
{
|
||||
if (is_deleted_kbnode (kb1))
|
||||
@ -4203,7 +4202,6 @@ collapse_subkeys (kbnode_t *keyblock)
|
||||
|
||||
commit_kbnode (keyblock);
|
||||
|
||||
log_debug ("leave collapse_subkeys (any=%d)\n", any);
|
||||
if (any && !opt.quiet)
|
||||
{
|
||||
const char *key="???";
|
||||
|
Loading…
x
Reference in New Issue
Block a user