Undo a line in tuf.log.

This commit is contained in:
dachshund 2013-08-27 15:22:08 -04:00
parent fd39de6665
commit fe84ae3fdb

View file

@ -95,7 +95,6 @@
# Set the logger and its settings.
logger = logging.getLogger('tuf')
logger.setLevel(_DEFAULT_LOG_LEVEL)
logger.addHandler(stream_handler)
logger.addHandler(file_handler)
# Silently ignore logger exceptions.