Commit df205cc7 authored by jtc42's avatar jtc42
Browse files

Removed a todo

parent 3299934a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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()