Drop language A/B test bucketing check

The existence of this code means we can't safely use this service
inside the skin's constructor.

We no longer need this, so that's fine.

Change-Id: Iffd82c00030c4cf1238a931dc971ffb4686d2620
This commit is contained in:
jdlrobson 2021-12-16 12:14:41 -08:00
parent 9efaaf8afa
commit 5a8a3d0d13
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(