From 09080b42271052ebf21cdbad948ce6045e0f0a6d Mon Sep 17 00:00:00 2001 From: appleb_m Date: Thu, 25 Jun 2026 09:59:07 +0200 Subject: [PATCH] PSS: removed annoying log statement --- src/aare/devices/pss_state.py | 4 ---- 1 file changed, 4 deletions(-) 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: