Skip to content
Snippets Groups Projects
Verified Commit b45baa34 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Do not print keys

parent 39520526
No related branches found
No related tags found
No related merge requests found
Pipeline #3106 passed with warnings with stages
in 3 minutes and 20 seconds
......@@ -52,7 +52,6 @@ def check_key_validity(key, email: str) -> bool:
Check key identities email and trust level
Return true if can be trusted and we can encrypt
"""
print(key)
log.info("Checking %s key with email %s" % (key.fpr, email))
if not key.can_encrypt:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment