main
alex 2024-03-27 10:41:29 +01:00
parent f262b7a7bd
commit c748793f92
1 changed files with 0 additions and 2 deletions

View File

@ -1462,8 +1462,6 @@ export function myFetch(
fetchUrl = Constants.API_ADDRESS; fetchUrl = Constants.API_ADDRESS;
} }
console.log("fetching", fetchUrl + url);
return fetch(`${fetchUrl}${url}`, requestOptions) return fetch(`${fetchUrl}${url}`, requestOptions)
.then((response) => { .then((response) => {
// if status is not in range 200-299 // if status is not in range 200-299