diff --git a/Lima/Server/LimaCCDs.py b/Lima/Server/LimaCCDs.py index 8c458b2..fdf9142 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