ui: rm log

This commit is contained in:
nick-delirium 2025-02-10 15:41:36 +01:00
parent ff061567d8
commit eed357a79b
No known key found for this signature in database
GPG key ID: 93ABD695DF5FDBA0

View file

@ -185,7 +185,6 @@ export default class APIClient {
}
const fullUrl = edp + _path;
console.log(path, edp, _path, fullUrl)
const response = await window.fetch(fullUrl, init);
if (response.status === 403) {
console.warn('API returned 403. Clearing JWT token.');