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:
parent
a320462976
commit
fc563941d0
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue