Get rid of the annoying "GnuPG logging disabled..." print statement.
parent
641f503f4a
commit
97933ebb07
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue