commit:     fb5f801f8ce5a061fbb7a7b8fa3e9cfb3f848b53
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 24 22:45:22 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Oct 25 04:47:06 2025 +0000
URL:        https://gitweb.gentoo.org/proj/gemato.git/commit/?id=fb5f801f

openpgp: drop debugging print() from list_keys

Fixes: 4a6d2c0daad479ada7cb8492e4c900cc0f08dad4
Signed-off-by: Sam James <sam <AT> gentoo.org>
Part-of: https://github.com/gentoo/gemato/pull/38
Closes: https://github.com/gentoo/gemato/pull/38
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 gemato/openpgp.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gemato/openpgp.py b/gemato/openpgp.py
index 10aade6..a03dba3 100644
--- a/gemato/openpgp.py
+++ b/gemato/openpgp.py
@@ -585,7 +585,6 @@ debug-level guru
                     uid.decode("utf8", errors="replace")
                 )[1])
             }
-            print(key_addrs)
             if not key_addrs:
                 LOGGER.debug(
                     f"refresh_keys_wkd(): failing due to no email addresses "

Reply via email to