3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-23 05:15:30 +00:00

Remove debug mode from event loop.

Signed-off-by: William D. Jones <thor0505@comcast.net>
This commit is contained in:
William D. Jones 2019-04-02 23:30:06 -04:00 committed by Ed Bordin
parent a320462976
commit fc563941d0

View file

@ -241,7 +241,6 @@ class SbyJob:
loop = asyncio.ProactorEventLoop()
asyncio.set_event_loop(loop)
loop = asyncio.get_event_loop()
loop.set_debug(enabled=True)
poll_fut = asyncio.ensure_future(self.task_poller())
loop.run_until_complete(poll_fut)