diff --git a/src/openflexure_microscope_server/things/smart_scan.py b/src/openflexure_microscope_server/things/smart_scan.py index 471bd93c..a312b173 100644 --- a/src/openflexure_microscope_server/things/smart_scan.py +++ b/src/openflexure_microscope_server/things/smart_scan.py @@ -249,10 +249,6 @@ class SmartScanThing(Thing): if len(stitched_image_path) == 0: logger.warning("Could't find a stitched image to copy") else: - if len(stitched_image_path) > 1: - logger.warning( - "Found more than one stitched image to copy, you should check them carefully" - ) for stitched_image in stitched_image_path: stitch_name = os.path.basename(stitched_image)