From 0c50998cda4e2c8cd449a4dff6c365d664c16193 Mon Sep 17 00:00:00 2001 From: NichtJens Date: Fri, 10 Oct 2025 11:16:29 +0200 Subject: [PATCH] removed commented line --- sf_daq_broker/detector/detector.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sf_daq_broker/detector/detector.py b/sf_daq_broker/detector/detector.py index 0f63b12..df06b39 100644 --- a/sf_daq_broker/detector/detector.py +++ b/sf_daq_broker/detector/detector.py @@ -205,7 +205,6 @@ def validate_detector_name(detector_name): def apply_detector_config(detector_configuration, detector): number = detector_configuration.get_number() -# number_modules = detector_configuration.get_number_modules() detector.detsize = detector_configuration.get_detsize()