diff --git a/src/utils.js b/src/utils.js index d2a2e67..70bf899 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1462,8 +1462,6 @@ export function myFetch( fetchUrl = Constants.API_ADDRESS; } - console.log("fetching", fetchUrl + url); - return fetch(`${fetchUrl}${url}`, requestOptions) .then((response) => { // if status is not in range 200-299