core: Remove leftover debug output.

* src/verify.c (_gpgme_verify_status_handler): Remove debug output.
--

Actually this is a real bug because it uses a debug function available
only in the new libgpg-error versions.  Time to call Jenkins back from
vacation; there are rumors that he has been seen in the city looking
for a new Ryzen tail coat.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2018-04-19 10:34:32 +02:00
parent 3d8e5c0751
commit b52a91f5a6
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -1096,7 +1096,6 @@ _gpgme_verify_status_handler (void *priv, gpgme_status_code_t code, char *args)
err = _gpgme_parse_plaintext (args, &opd->result.file_name, &mime); err = _gpgme_parse_plaintext (args, &opd->result.file_name, &mime);
if (err) if (err)
return err; return err;
gpgrt_log_debug ("verify.c: setting mime to %d\n", mime);
opd->result.is_mime = !!mime; opd->result.is_mime = !!mime;
} }
break; break;