From 65ae6c1f76bba09fcc21ec0f5c7fa542b43a36d3 Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Wed, 17 Jan 2024 12:25:17 +0000 Subject: [PATCH] Removed a couple of print statements --- .../things/auto_recentre_stage.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/openflexure_microscope_server/things/auto_recentre_stage.py b/src/openflexure_microscope_server/things/auto_recentre_stage.py index 45a8cae5..0e46e97b 100644 --- a/src/openflexure_microscope_server/things/auto_recentre_stage.py +++ b/src/openflexure_microscope_server/things/auto_recentre_stage.py @@ -61,7 +61,6 @@ class RecentringThing(Thing): stage.position["z"] - height_min < dz / 5 or height_max - stage.position["z"] < dz / 5 ): - print(heights) attempts += 1 else: repeat = False @@ -111,8 +110,6 @@ class RecentringThing(Thing): focused_pos[direction] = [list(stage.position.values())] moves = +1 - print(centre) - stage.move_absolute(x=centre[0], y=centre[1], z=centre[2]) steps = 0 all_heights = []