Skip to content

Commit 9670cc3

Browse files
committed
Remove test comment from DatafileProjectConfig
1 parent b07b6d0 commit 9670cc3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core-api/src/main/java/com/optimizely/ab/config/DatafileProjectConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,6 @@ private List<Experiment> injectFeatureRolloutVariations(
383383
}
384384
}
385385

386-
// [TESTING]
387386
// Build experiment ID to index mapping for quick lookup
388387
Map<String, Integer> experimentIndexMap = new HashMap<>();
389388
for (int i = 0; i < allExperiments.size(); i++) {

0 commit comments

Comments
 (0)