From 1253000a7e5fc0404b234fc6136edd1d0cc8fb14 Mon Sep 17 00:00:00 2001 From: "Sampath K. Settipalli" Date: Thu, 7 Nov 2024 12:57:08 -0600 Subject: [PATCH] PEPPER-923 . cleanup --- .../dsm/service/onchistory/OncHistoryUploadService.java | 1 - 1 file changed, 1 deletion(-) diff --git a/pepper-apis/dsm-core/src/main/java/org/broadinstitute/dsm/service/onchistory/OncHistoryUploadService.java b/pepper-apis/dsm-core/src/main/java/org/broadinstitute/dsm/service/onchistory/OncHistoryUploadService.java index 80e79fd23b..77e2cb1e0f 100644 --- a/pepper-apis/dsm-core/src/main/java/org/broadinstitute/dsm/service/onchistory/OncHistoryUploadService.java +++ b/pepper-apis/dsm-core/src/main/java/org/broadinstitute/dsm/service/onchistory/OncHistoryUploadService.java @@ -140,7 +140,6 @@ protected Map getParticipantIds(List 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()));