actions: Remove unused sessionToken: user.sessionId()

Follow-up to 8f5000f346.

Bug: T289780
Change-Id: Id01b1901428dada420296cd599058092834143a9
This commit is contained in:
Bartosz Dziewoński 2024-07-13 01:19:02 +02:00
parent d9fa26b4bc
commit 0a3665e5f0
4 changed files with 0 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -56,7 +56,6 @@ export function boot(
initiallyEnabled,
// This is only used for logging
isNavPopupsEnabled: config.get( 'wgPopupsConflictsWithNavPopupGadget' ),
sessionToken: user.sessionId(),
pageToken: user.getPageviewToken(),
page: {
url,

View file

@ -43,7 +43,6 @@ QUnit.test( '#boot', ( assert ) => {
type: actionTypes.BOOT,
initiallyEnabled: { page: false },
isNavPopupsEnabled: true,
sessionToken: '0123456789',
pageToken: '9876543210',
page: {
url: REFERRER,