Skip to content

Commit

Permalink
MAT-7830 remoed feature flag redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
sb-prateekkeerthi committed Nov 7, 2024
1 parent 267728e commit f6ad16c
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -388,12 +388,6 @@ private List<MeasureGroupStratifierComponent> buildStratifications(Group madieGr
.map(
strat -> {
List<PopulationType> associations = strat.getAssociations();
if (!appConfigService.isFlagEnabled(MadieFeatureFlag.QiCore_STU4_UPDATES)) {
associations = new ArrayList<>();
if (strat.getAssociation() != null) {
associations.add(strat.getAssociation());
}
}
MeasureGroupStratifierComponent stratComponent = null;
if (CollectionUtils.isNotEmpty(associations)) {
List<Extension> extensionList =
Expand Down

0 comments on commit f6ad16c

Please sign in to comment.