Quellcode durchsuchen

Remove bootstrap-5-ide split test (#23059)

GitOrigin-RevId: a812f676b6dab1d3efec4ea8ff962e144baf4299
Alf Eaton vor 1 Jahr
Ursprung
Commit
cce8d12bf7

+ 0 - 5
services/web/app/src/Features/Project/ProjectController.js

@@ -749,11 +749,6 @@ const _ProjectController = {
           ? 'project/ide-react-detached'
           : 'project/ide-react'
 
-      // Get the user's assignment for this page's Bootstrap 5 split test, which
-      // populates splitTestVariants with a value for the split test name and allows
-      // Pug to read it
-      await SplitTestHandler.promises.getAssignment(req, res, 'bootstrap-5-ide')
-
       res.render(template, {
         title: project.name,
         priority_title: true,

+ 0 - 1
services/web/app/views/project/ide-react-detached.pug

@@ -9,7 +9,6 @@ block vars
 	- var suppressSkipToContent = true
 	- var suppressCookieBanner = true
 	- bootstrap5PageStatus = 'enabled' // One of 'disabled', 'enabled', and 'queryStringOnly'
-	- bootstrap5PageSplitTest = 'bootstrap-5-ide'
 	- metadata.robotsNoindexNofollow = true
 
 block content

+ 0 - 1
services/web/app/views/project/ide-react.pug

@@ -6,7 +6,6 @@ block vars
 	- var suppressSkipToContent = true
 	- var deferScripts = true
 	- bootstrap5PageStatus = 'enabled' // One of 'disabled', 'enabled', and 'queryStringOnly'
-	- bootstrap5PageSplitTest = 'bootstrap-5-ide'
 	- metadata.robotsNoindexNofollow = true
 	- enableIeeeBranding = false