Skip to content

Commit cf77d04

Browse files
committed
[BI-2641] WIP
1 parent 1004104 commit cf77d04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/breedinginsight/brapps/importer/services/processors/experiment/create/workflow/CreateNewExperimentWorkflow.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ private ImportPreviewResponse runWorkflow(ImportContext context) throws Exceptio
106106
statusService.updateMessage(upload, "Checking existing experiment objects in brapi service and mapping data");
107107

108108
ProcessedPhenotypeData phenotypeData = experimentPhenotypeService.extractPhenotypes(context);
109-
// TODO: eliminate or modify unnecessary populateExistingPIO step as it relies on the user supplying existing observation unit ids
110109
ProcessContext processContext = populateExistingPendingImportObjectsStep.process(context, phenotypeData);
111110
populateNewPendingImportObjectsStep.process(processContext, phenotypeData);
112111
ValidationErrors validationErrors = validatePendingImportObjectsStep.process(context, processContext.getPendingData(), phenotypeData, processedData);

0 commit comments

Comments
 (0)