diff --git a/resources/js/helpers/api.ts b/resources/js/helpers/api.ts index 6fda28e..77f430a 100644 --- a/resources/js/helpers/api.ts +++ b/resources/js/helpers/api.ts @@ -168,7 +168,6 @@ export const api = { const progressStore = useProgressStore(); progressStore.start(); - console.log("URL", url); fetch(url, fetchOptions) .then(async (response) => { let data: string | object = "";