diff --git a/packages/web/src/utility/api.ts b/packages/web/src/utility/api.ts index 54edbeaf7..25b66e046 100644 --- a/packages/web/src/utility/api.ts +++ b/packages/web/src/utility/api.ts @@ -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) {