ui: rm log
This commit is contained in:
parent
ff061567d8
commit
eed357a79b
1 changed files with 0 additions and 1 deletions
|
|
@ -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.');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue