Merge pull request #1189 from Safelite/defect/local-code-removal

Local testing code removal
This commit is contained in:
scottkiener 2023-06-27 15:10:12 -04:00 committed by GitHub
commit 976e4e6d01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,