Merge pull request #26757 from overleaf/mj-papers-notification-teardown

[web] Tear down papers-notification-banner

GitOrigin-RevId: c6cb0affe85147f34f3dc6c36041fe190faf7ff2
This commit is contained in:
Mathias Jakobsen
2025-07-07 12:13:04 +01:00
committed by Copybot
parent b89951cf5d
commit c10b95ae06
6 changed files with 0 additions and 122 deletions

View File

@@ -403,15 +403,6 @@ async function projectListPage(req, res, next) {
logger.error({ err: error }, 'Failed to get individual subscription')
}
// Get the user's assignment for the papers notification banner split test,
// which populates splitTestVariants with a value for the split test name and
// allows Pug to send it to the browser
await SplitTestHandler.promises.getAssignment(
req,
res,
'papers-notification-banner'
)
const aiAssistNotificationAssignment =
await SplitTestHandler.promises.getAssignment(
req,