diff --git a/piker/ui/_curve.py b/piker/ui/_curve.py index 965d682c..fa073d37 100644 --- a/piker/ui/_curve.py +++ b/piker/ui/_curve.py @@ -207,8 +207,6 @@ class FastAppendCurve(pg.GraphicsObject): x_last, y_last ) - self.update() - # XXX: lol brutal, the internals of `CurvePoint` (inherited by # our `LineDot`) required ``.getData()`` to work.. def getData(self):