Removes debug logging from asyncio loop

This commit is contained in:
Oleg Silkin 2019-07-24 02:45:31 -04:00
parent 02babe770f
commit ad4c40ca2a

View file

@ -105,7 +105,6 @@ def run_app(config):
comment_app = CommentDaemon(config=config, db_path='DEFAULT', close_timeout=5.0)
loop = asyncio.get_event_loop()
loop.set_debug(True)
def __exit():
raise web.GracefulExit()