Skip to content

Commit 3974e41

Browse files
authored
Remove error on failed link (#7565)
#### Rationale The error is a bit overaggressive. It would be normal to not include subject/timepoint information in sample imports that have autolink configured. Reverting back to ignoring the row.
1 parent a5c7322 commit 3974e41

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

study/src/org/labkey/study/assay/StudyPublishManager.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1246,8 +1246,6 @@ public void autoLinkSamples(ExpSampleType sampleType, List<Map<FieldKey, Object>
12461246
StudyPublishService.SOURCE_LSID_PROPERTY_NAME, sampleType.getLSID()
12471247
));
12481248
}
1249-
else
1250-
LOG.error("Failed to auto link samples to study for folder {}. Timepoint and subject ID were both not resolved.", container.getPath());
12511249
}
12521250
}
12531251

0 commit comments

Comments
 (0)