remove print statements in logger

fix/30-hidden-recipient
Thomas Tanner 2013-11-17 14:45:22 +01:00
parent 287f188340
commit b0dc01b608
1 changed files with 0 additions and 2 deletions

View File

@ -86,10 +86,8 @@ def create_logger(level=logging.NOTSET):
formatr = logging.Formatter(_fmt)
handler.setFormatter(formatr)
print("Starting the logger...")
else:
handler = NullHandler()
print("GnuPG logging disabled...")
log = logging.getLogger('gnupg')
log.addHandler(handler)