Skip to content

Commit

Permalink
POC-536: Display all the available PCR results on the HEI summary
Browse files Browse the repository at this point in the history
  • Loading branch information
henrykorir committed Sep 13, 2023
1 parent 993702c commit ec479f6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ export class HivSummaryLatestComponent implements OnInit, OnDestroy {
this.hivSummary.vl_1 = filtered.vl_1;
}
if (this.isHEIActive) {
console.log(this.hivSummary);
this.lastPCRDate = this.getLastPCRDate();
this.lastPCRStatus = this.getLastPCRStatus();
this.infantFeedingMethod = this.getInfantFeedingMethod();
Expand Down

0 comments on commit ec479f6

Please sign in to comment.