From 5503a5705a4bb3e6866d987dc36622fbb51bfcfe Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 9 Jan 2021 10:56:11 -0500 Subject: [PATCH] Drop old line --- piker/ui/_chart.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/piker/ui/_chart.py b/piker/ui/_chart.py index 39211e61..dad829f4 100644 --- a/piker/ui/_chart.py +++ b/piker/ui/_chart.py @@ -964,10 +964,6 @@ async def _async_main( symbol, ) - # wait for router to come up before setting - # enabling send channel on chart - linked_charts._to_ems = to_ems_chan - # probably where we'll eventually start the user input loop await trio.sleep_forever()