- removed console log;

This commit is contained in:
Vitalii Kiiko
2026-03-27 14:28:51 +01:00
parent 8b510dfa65
commit 58a676c425

View File

@@ -149,7 +149,6 @@ export class NetworkService {
};
static unauthorizedGet = (url, callback, errorCallback) => {
console.log('unauthorizedGet', url);
fetch(url, {
method: 'GET',
mode: 'cors',