Skip to content

Commit

Permalink
PEPPER-923 . cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampath K. Settipalli committed Nov 7, 2024
1 parent d543fb3 commit 1253000
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ protected Map<Integer, Integer> getParticipantIds(List<OncHistoryRecord> oncHist

ParticipantDao participantDao = ParticipantDao.of();

//String esIndex = new DDPInstanceDao().getDDPInstanceByInstanceName(realm).orElseThrow().getEsParticipantIndex();
for (OncHistoryRecord rec : oncHistoryRecords) {
ElasticSearchParticipantDto ptpData = participantIdProvider.getParticipantDataForShortId(
rec.getParticipantTextId()).orElseThrow(() -> new OncHistoryValidationException("Invalid short ID " + rec.getParticipantTextId()));
Expand Down

0 comments on commit 1253000

Please sign in to comment.