From 971074777ded3f53727b43037d6adf0cccd01c5b Mon Sep 17 00:00:00 2001 From: James Collins Date: Tue, 28 Mar 2023 20:26:05 +1000 Subject: [PATCH] remove debug --- resources/js/helpers/api.ts | 1 - 1 file changed, 1 deletion(-) 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 = "";