Skip to content

Commit

Permalink
removed unneeded debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsparkes committed Jan 22, 2024
1 parent ff8f409 commit 6d092b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/state_changer/additional_input_plate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def _receptacles
def transfer_requests
# We don't want to update transfer requests if there are is no parent
# i.e. this labware is an additional start point so might not have any
puts "DEBUG: labware.ancestors.count = #{labware.ancestors.count}"
labware.ancestors.count.zero? ? [] : receptacles.flat_map(&:transfer_requests_as_target)
end
end
Expand Down

0 comments on commit 6d092b3

Please sign in to comment.