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:
Werner Koch 2020-08-25 15:20:28 +02:00
parent 40acc5ef3e
commit fc1a185755
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B
1 changed files with 0 additions and 2 deletions

View File

@ -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="???";