From d197af9282ac6f9943c37218356a644d745408f4 Mon Sep 17 00:00:00 2001 From: Katie Date: Thu, 3 Nov 2022 10:15:46 -0400 Subject: [PATCH] CSR-918 Revert router.js --- src/router/index.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 02e0def4c..6350edf5d 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -289,11 +289,6 @@ function navigateToUrl(url, optionalQuery = {}) { externalUrl.searchParams.append(queryKey, optionalQuery[queryKey]); } - externalUrl.searchParams.append( - "experiments", - "ConceptFunnel=ConceptFunnel_V1=ConceptFunnel_TEST=true" - ); - window.location.assign(externalUrl); }