From 65d4c317c6d911fee60f14d8a9e233fd38a95caa Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Tue, 29 Mar 2022 14:11:31 -0400 Subject: [PATCH] Drop commented line from pq method copy/paste --- piker/ui/_curve.py | 1 - 1 file changed, 1 deletion(-) diff --git a/piker/ui/_curve.py b/piker/ui/_curve.py index c8f21f48..d0a7121d 100644 --- a/piker/ui/_curve.py +++ b/piker/ui/_curve.py @@ -381,7 +381,6 @@ class FastAppendCurve(pg.PlotCurveItem): self._mouseShape = None self._mouseBounds = None self._boundsCache = [None, None] - #del self.xData, self.yData, self.xDisp, self.yDisp, self.path # path reservation aware non-mem de-alloc cleaning if self.path: