Get rid of the annoying "GnuPG logging disabled..." print statement.

fix/30-hidden-recipient
Isis Lovecruft 2013-12-03 22:35:38 +00:00
parent 641f503f4a
commit 97933ebb07
No known key found for this signature in database
GPG Key ID: 5C17776E27F7E84D
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ def create_logger(level=logging.NOTSET):
print("Starting the logger...")
else:
handler = NullHandler()
print("GnuPG logging disabled...")
log = logging.getLogger('gnupg')
log.addHandler(handler)