Removing code that was for local use only
it keeps the analytics service from being hit
This commit is contained in:
parent
10a469dc24
commit
75e1880b4d
1 changed files with 0 additions and 6 deletions
|
|
@ -23,12 +23,6 @@ export default {
|
|||
[headerKeys.EXPERIMENT]: JSON.stringify(store.getters.experimentSettings),
|
||||
};
|
||||
|
||||
if (endpoint.toLowerCase().includes("/analytics/")) {
|
||||
cfDistroUrl = "";
|
||||
endpoint = "";
|
||||
method = "GET";
|
||||
}
|
||||
|
||||
axios({
|
||||
method: method,
|
||||
url: cfDistroUrl + endpoint,
|
||||
|
|
|
|||
Loading…
Reference in a new issue