Skip to content

Commit 8c3b73d

Browse files
committed
Remove comment re hutch shutter pv
1 parent 47d6f55 commit 8c3b73d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/dodal/devices/hutch_shutter.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ class HutchInterlock(StandardReadable):
4040
"""Device to check the interlock status of the hutch."""
4141

4242
def __init__(self, bl_prefix: str, name: str = "") -> None:
43-
# I03 Experimental Hutch interlock is BL03I-PS-IOC-01:M11:LOP
44-
# I03 Optics Hutch interlock is BL03I-PS-IOC-01:M03:LOP
45-
# XXX - not sure what this is then?
4643
self.status = epics_signal_r(float, bl_prefix + "-PS-IOC-01:M14:LOP")
4744
super().__init__(name)
4845

0 commit comments

Comments
 (0)