Removed a todo
This commit is contained in:
parent
3299934afb
commit
df205cc76d
1 changed files with 0 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue