rm debug
parent
f262b7a7bd
commit
c748793f92
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue