From 3029712b09c93365a1e3157f4554981a906f9aa8 Mon Sep 17 00:00:00 2001 From: Generic Bliss account for Control Software Date: Fri, 15 Nov 2024 10:20:12 +0100 Subject: [PATCH] remove confusing error message printed when reading attr acc_saturated_cblevel --- Lima/Server/LimaCCDs.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lima/Server/LimaCCDs.py b/Lima/Server/LimaCCDs.py index 500f3fa..7f7eabd 100755 --- a/Lima/Server/LimaCCDs.py +++ b/Lima/Server/LimaCCDs.py @@ -1153,8 +1153,6 @@ def read_acc_saturated_cblevel(self, attr): if self.__accThresholdCallback is not None: attr.set_value(self.__accThresholdCallback.m_max) else: - msg = "Accumulation threshold plugins not loaded" - deb.Error(msg) attr.set_value(-1) ## @brief active/unactive calculation of saturated images and counters