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