Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emmastephenson committed Dec 16, 2022
1 parent 0d47551 commit 03a120e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ public CompletableFuture<Set<Person>> savePatients(byte[] content, UUID facility
// only increment count after person record is created
patientCount++;

// UGH iI need to change this logic too, because patients could be batched in different
// segments
// check against MasterPatientList or w/e
if (!allPatients.contains(newPatient)) {
// collect phone numbers and associate them with the patient
// then add to phone numbers list and set primary phone, if exists
Expand Down

0 comments on commit 03a120e

Please sign in to comment.