PSS: removed annoying log statement
Build and Publish / test (push) Successful in 2m15s
Build and Publish / build (push) Successful in 18s
Build and Publish / Build and Deploy Docs (push) Successful in 40s

This commit is contained in:
appleb_m
2026-06-25 09:59:07 +02:00
parent 14e8ef4bdf
commit 09080b4227
-4
View File
@@ -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: