From df205cc76d549f36b506e218229cc9005871047f Mon Sep 17 00:00:00 2001 From: jtc42 Date: Tue, 11 Jun 2019 10:36:15 +0100 Subject: [PATCH] Removed a todo --- openflexure_microscope/microscope.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openflexure_microscope/microscope.py b/openflexure_microscope/microscope.py index bb2d9c95..594cb84c 100644 --- a/openflexure_microscope/microscope.py +++ b/openflexure_microscope/microscope.py @@ -208,7 +208,6 @@ class Microscope: settings_current['camera_settings'] = settings_current_camera # If attached to a stage - # TODO: Offload to stage object if self.stage: if hasattr(self.stage.backlash, 'tolist'): backlash = self.stage.backlash.tolist()