Merge pull request #24720 from overleaf/mj-teardown-write-and-cite-split-tests
[web] Tear down Write and Cite related split tests GitOrigin-RevId: 0002829f53b0f28d482c79ed2cbf61066690ae02
This commit is contained in:
committed by
Copybot
parent
814a55809b
commit
c27c7bbe83
@@ -349,12 +349,9 @@ const _ProjectController = {
|
||||
!anonymous && 'ro-mirror-on-client',
|
||||
'track-pdf-download',
|
||||
!anonymous && 'writefull-oauth-promotion',
|
||||
'write-and-cite',
|
||||
'write-and-cite-ars',
|
||||
'default-visual-for-beginners',
|
||||
'hotjar',
|
||||
'reviewer-role',
|
||||
'papers-integration',
|
||||
'editor-redesign',
|
||||
'paywall-change-compile-timeout',
|
||||
'overleaf-assist-bundle',
|
||||
|
||||
@@ -117,11 +117,6 @@ async function settingsPage(req, res) {
|
||||
)
|
||||
}
|
||||
|
||||
// Get the users write-and-cite assignment to switch between translation strings
|
||||
await SplitTestHandler.promises.getAssignment(req, res, 'write-and-cite')
|
||||
// Get the users papers-integration assignment to show the linking widget
|
||||
await SplitTestHandler.promises.getAssignment(req, res, 'papers-integration')
|
||||
|
||||
res.render('user/settings', {
|
||||
title: 'account_settings',
|
||||
user: {
|
||||
|
||||
Reference in New Issue
Block a user