Removing code that was for local use only

it keeps the analytics service from being hit
This commit is contained in:
Scott Kiener 2023-06-27 15:05:26 -04:00
parent 10a469dc24
commit 75e1880b4d

View file

@ -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,