Skip to content

Commit

Permalink
Remove logging from debug
Browse files Browse the repository at this point in the history
  • Loading branch information
noemifrisina committed Jan 30, 2025
1 parent 7259bc1 commit 7455a51
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -629,8 +629,6 @@ def kickoff_and_complete_collection(pmac: PMAC, parameters: FixedTargetParameter
pmac.collection_time, total_collection_time, group="setup_pmac"
)
yield from bps.wait(group="setup_pmac") # Make sure the soft signals are set
_sig = yield from bps.rd(pmac.collection_time)
SSX_LOGGER.warning(f"This was set for collection time {_sig}")

@bpp.run_decorator(md={"subplan_name": "run_ft_collection"})
def run_collection():
Expand Down

0 comments on commit 7455a51

Please sign in to comment.