Skip to content
Snippets Groups Projects
Unverified Commit 93233cca authored by Tomasz Knapik's avatar Tomasz Knapik
Browse files

delete console log

parent ed8f569c
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,6 @@ export async function apiFetch(path, method = 'GET', params, options) { ...@@ -11,7 +11,6 @@ export async function apiFetch(path, method = 'GET', params, options) {
url.searchParams.set(paramKey, paramValue); url.searchParams.set(paramKey, paramValue);
} }
} }
console.log(url);
return fetch(url, { return fetch(url, {
...options, ...options,
method, method,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment