Parcourir la source

Remove `subscription-cancel-button` (#17976)

I believe this was already removed since https://github.com/overleaf/internal/pull/13311

GitOrigin-RevId: e486f2fce794fc9d587da331547834c3b6158ceb
Antoine Clausse il y a 2 ans
Parent
commit
76955c814a

+ 0 - 9
services/web/app/src/Features/Subscription/SubscriptionController.js

@@ -141,14 +141,6 @@ async function userSubscriptionPage(req, res) {
 
 
   AnalyticsManager.recordEventForSession(req.session, 'subscription-page-view')
   AnalyticsManager.recordEventForSession(req.session, 'subscription-page-view')
 
 
-  const cancelButtonAssignment = await SplitTestHandler.promises.getAssignment(
-    req,
-    res,
-    'subscription-cancel-button'
-  )
-
-  const cancelButtonNewCopy = cancelButtonAssignment?.variant === 'new-copy'
-
   const groupPlansDataForDash = formatGroupPlansDataForDash()
   const groupPlansDataForDash = formatGroupPlansDataForDash()
 
 
   // display the Group Settings button only to admins of group subscriptions with either/or the Managed Users or Group SSO feature available
   // display the Group Settings button only to admins of group subscriptions with either/or the Managed Users or Group SSO feature available
@@ -198,7 +190,6 @@ async function userSubscriptionPage(req, res) {
     managedInstitutions,
     managedInstitutions,
     managedPublishers,
     managedPublishers,
     currentInstitutionsWithLicence,
     currentInstitutionsWithLicence,
-    cancelButtonNewCopy,
     groupPlans: groupPlansDataForDash,
     groupPlans: groupPlansDataForDash,
     groupSettingsEnabledFor,
     groupSettingsEnabledFor,
     isManagedAccount: !!req.managedBy,
     isManagedAccount: !!req.managedBy,