Merge "Drop language A/B test bucketing check"

This commit is contained in:
jenkins-bot 2021-12-16 22:00:45 +00:00 committed by Gerrit Code Review
commit 44ef14574f
1 changed files with 0 additions and 12 deletions

View File

@ -112,18 +112,6 @@ return [
)
);
if (
$context->getUser()->isRegistered() &&
$featureManager->isRequirementMet( Constants::REQUIREMENT_LATEST_SKIN_VERSION )
) {
$bucket = 'vector.language_test_2_' . (
$featureManager->isRequirementMet( $requirementName )
? 'a'
: 'b'
);
$services->getStatsdDataFactory()->increment( $bucket );
}
// ---
$featureManager->registerFeature(