Removes debug logging from asyncio loop
This commit is contained in:
parent
02babe770f
commit
ad4c40ca2a
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue