Fix mp example, remove fix_logger call

This commit is contained in:
Jesse Noller 2008-11-28 18:47:24 +00:00
parent 4523968b6a
commit d0c4249efd
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ def get_logger():
_logger = logging.getLogger('distributing')
_logger.propogate = 0
util.fix_up_logger(_logger)
_formatter = logging.Formatter(util.DEFAULT_LOGGING_FORMAT)
_handler = logging.StreamHandler()
_handler.setFormatter(_formatter)