- removed console log;
This commit is contained in:
@@ -149,7 +149,6 @@ export class NetworkService {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static unauthorizedGet = (url, callback, errorCallback) => {
|
static unauthorizedGet = (url, callback, errorCallback) => {
|
||||||
console.log('unauthorizedGet', url);
|
|
||||||
fetch(url, {
|
fetch(url, {
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
mode: 'cors',
|
mode: 'cors',
|
||||||
|
|||||||
Reference in New Issue
Block a user