From d1ed7ec79735fb36dcaae09ef30dab3a3300d0fb Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Fri, 20 Jun 2025 11:26:58 +0000 Subject: [PATCH] Apply suggestions from code review of branch fast-stack --- src/openflexure_microscope_server/things/autofocus.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/openflexure_microscope_server/things/autofocus.py b/src/openflexure_microscope_server/things/autofocus.py index cfd67cbf..a408f595 100644 --- a/src/openflexure_microscope_server/things/autofocus.py +++ b/src/openflexure_microscope_server/things/autofocus.py @@ -495,7 +495,6 @@ class AutofocusThing(Thing): """Append a new capture to the ongoing stack. Includes appending the height, image sharpness and image data to the relevant lists. - TODO: clear previous captures, to limit images held in memory arguments: captures: a list of captures, including file name, image data and metadata