Skip to content

Commit

Permalink
removing print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
nbshiland committed Aug 19, 2024
1 parent 79e1e25 commit 787d3c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions abr-testing/abr_testing/data_collection/abr_robot_error.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,6 @@ def get_run_error_info_from_robot(
errored_labware_dict["Labware Type"] = labware.get("definitionUri", "")
offset_id = labware.get("offsetId", "")
labware_slot = errored_labware_dict["Slot"]
print(f"Labware slot was: _{labware_slot}_")
print(str(labware_slot))
if str(labware_slot) == "":
lpc_message = "No labware slot was associated with this error. \
Please manually check LPC data."
Expand Down

0 comments on commit 787d3c8

Please sign in to comment.