From 6a53856fbf36e3461ffece4143972c1396e8e90a Mon Sep 17 00:00:00 2001 From: Matt Caimi Date: Mon, 26 Jun 2023 12:30:54 -0400 Subject: [PATCH] CSR-1439 removed comment --- src/router/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index d82c13ac9..3b09d7260 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -254,8 +254,6 @@ async function navigate( if (destinationFmgPageValue !== undefined) { // We're always pushing the same path, just changing query strings. Make sure our optional query strings get combined with our fmgPage one. - // router.lastNavigationPage = destinationFmgPageValue; - // Update page data to the store for next page if provided. Otherwise, keep existing page data or set to empty object const existingPageDataForPage = store.getters.pageData(destinationFmgPageValue); baseMixin.methods.savePageDataToStore(