remove console logs

This commit is contained in:
Fran Jurmanović
2025-02-08 16:27:49 +01:00
parent 9d3ad6a452
commit 8ab46c955a
3 changed files with 0 additions and 4 deletions

View File

@@ -17,8 +17,6 @@ async function fetchAPI(endpoint: string, method: string = 'GET', body?: object)
body: body ? JSON.stringify(body) : null
});
console.log(`${BASE_URL}${endpoint}`, body, method, token);
if (!response.ok) {
if (endpoint != '/api' && response.status == 401) {
authStore.set({