From 6f8e91afe7439b8856d9c6a65b00f1a4bd9101b6 Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Wed, 7 May 2025 18:42:41 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/openflexure_microscope_server/things/smart_scan.py | 4 ---- 1 file changed, 4 deletions(-) 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)