Skip to content

Commit

Permalink
Remove temporary debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanielloNTIA committed Dec 28, 2023
1 parent 832c1b6 commit cc26aa4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scos_actions/actions/acquire_sea_data_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ def __call__(self, schedule_entry, task_id):
for i, data_ref in enumerate(channel_data_refs):
# Now block until the data is ready
data = ray.get(data_ref)
logger.debug(f"Retrieved data: {i}\n\t{data}")
if i == 1:
# Power-vs-Time results, a tuple of arrays
data, summaries = data # Split the tuple
Expand Down

0 comments on commit cc26aa4

Please sign in to comment.