Skip to content

Commit

Permalink
Remove debugging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlodek committed Nov 22, 2024
1 parent 6dc09f3 commit 1f7dcd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ophyd_async/core/_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ async def describe(self) -> dict[str, DataKey]:

@AsyncStatus.wrap
async def trigger(self) -> None:
print("In trigger")
if self._trigger_info is None:
await self.prepare(
TriggerInfo(
Expand All @@ -281,7 +280,6 @@ async def trigger(self) -> None:
frame_timeout=None,
)
)
print(self._trigger_info)
assert self._trigger_info
assert self._trigger_info.trigger is DetectorTrigger.internal
# Arm the detector and wait for it to finish.
Expand Down

0 comments on commit 1f7dcd7

Please sign in to comment.