From c748793f9220b299cf831e1f04a59600a2cf8801 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 27 Mar 2024 10:41:29 +0100 Subject: [PATCH] rm debug --- src/utils.js | 2 -- 1 file changed, 2 deletions(-) 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