Skip to content

Commit

Permalink
removing debugging codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaban committed May 11, 2022
1 parent 076edbf commit 1c4a7e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions server/lib/routes/match.js
Original file line number Diff line number Diff line change
Expand Up @@ -1087,10 +1087,6 @@ router.get('/potential-matches/:id', (req, res) => {
};
populateScores(primaryPatient, ESMatches, FHIRPotentialMatches, FHIRAutoMatched, FHIRConflictsMatches);
matchResults.push(primaryPatient);
// if(validSystem.value == 'rec-3292-dup-0') {
// logger.error(JSON.stringify(FHIRPotentialMatches.entry.length, 0, 2));
// process.exit();
// }
if(level != 'childMatches' && !config.get('matching:resolvePotentialOfPotentials')) {
return callback();
}
Expand Down

0 comments on commit 1c4a7e4

Please sign in to comment.