CSR-710 Remove experiment string
This commit is contained in:
parent
4ed0512b20
commit
c7b7e25dfd
1 changed files with 0 additions and 2 deletions
|
|
@ -222,8 +222,6 @@ function navigateToUrl(url, optionalQuery = {}) {
|
|||
for (const queryKey in optionalQuery) {
|
||||
externalUrl.searchParams.append(queryKey, optionalQuery[queryKey]);
|
||||
}
|
||||
|
||||
externalUrl.searchParams.append("experiments", "ConceptFunnel=ConceptFunnel_V1=ConceptFunnel_TEST=true");
|
||||
|
||||
window.location.assign(externalUrl);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue