Skip to content

Commit

Permalink
Update programs/scope-builder.service.js
Browse files Browse the repository at this point in the history
Co-authored-by: Kipchumba Bett <[email protected]>
  • Loading branch information
drizzentic and corneliouzbett authored Jul 10, 2023
1 parent 943272c commit ea132ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion programs/scope-builder.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ function isInitialVisit(
initialEncounters.length > 0 &&
dateEnrolled > latestEnc.encounterDatetime
) {
console.log('wapo');
return true;
} else if (initialEncounters.length === 0) {
return true;
Expand Down

0 comments on commit ea132ff

Please sign in to comment.