Removed a todo

This commit is contained in:
jtc42 2019-06-11 10:36:15 +01:00
parent 3299934afb
commit df205cc76d

View file

@ -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()