Skip to content

Commit

Permalink
remove confusing error message printed when reading attr acc_saturate…
Browse files Browse the repository at this point in the history
…d_cblevel
  • Loading branch information
Generic Bliss account for Control Software committed Nov 15, 2024
1 parent 819ebb8 commit 3029712
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Lima/Server/LimaCCDs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3029712

Please sign in to comment.