diff --git a/src/aare/devices/pss_state.py b/src/aare/devices/pss_state.py index 500f4e7f..38948452 100644 --- a/src/aare/devices/pss_state.py +++ b/src/aare/devices/pss_state.py @@ -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: