This commit is contained in:
Jan Prochazka
2022-11-17 19:26:39 +01:00
parent 37a8783751
commit 576fc2062c

View File

@@ -41,10 +41,6 @@ export async function apiCall(route: string, args: {} = undefined) {
if (apiLogging) {
console.log('>>> API CALL', route, args);
}
if (apiDisabled) {
console.log('Error, API disabled!!');
return null;
}
const electron = getElectron();
if (electron) {