We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b07b6d0 commit 9670cc3Copy full SHA for 9670cc3
1 file changed
core-api/src/main/java/com/optimizely/ab/config/DatafileProjectConfig.java
@@ -383,7 +383,6 @@ private List<Experiment> injectFeatureRolloutVariations(
383
}
384
385
386
- // [TESTING]
387
// Build experiment ID to index mapping for quick lookup
388
Map<String, Integer> experimentIndexMap = new HashMap<>();
389
for (int i = 0; i < allExperiments.size(); i++) {
0 commit comments