Delete ugly commented out log line.

pull/136/head
Mark Haines 2015-04-29 11:07:13 +01:00
parent 478e511db0
commit f4c9ebbc34
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ class LoggingConfig(Config):
handler.addFilter(LoggingContextFilter(request=""))
logger.addHandler(handler)
#logger.info("Test")
else:
with open(self.log_config, 'r') as f:
logging.config.dictConfig(yaml.load(f))