PSS: removed annoying log statement
This commit is contained in:
@@ -49,10 +49,6 @@ class PssState:
|
||||
prohibited = value.strip().upper() == "PROHIBITED"
|
||||
else:
|
||||
prohibited = value != 0
|
||||
if not prohibited:
|
||||
# Log the raw value when we block, so the PV semantics can be
|
||||
# confirmed against the hardware without spamming the happy path.
|
||||
logger.info(f"Hutch not in prohibited state; PROHIBITED-STATE raw value={value!r}")
|
||||
return prohibited
|
||||
|
||||
def alarm_active(self) -> bool:
|
||||
|
||||
Reference in New Issue
Block a user