chore: remove batchMgrUrl getter

This commit is contained in:
Antonella Sgarlatta
2021-06-15 13:16:30 -03:00
parent b425bc5cec
commit ce383a516e

View File

@@ -33,10 +33,6 @@ export class NativeExtManager extends ApplicationService {
return (window as any)._extensions_manager_location; return (window as any)._extensions_manager_location;
} }
get batchMgrUrl() {
return (window as any)._batch_manager_location;
}
reload() { reload() {
this.application!.singletonManager!.registerPredicate(this.extManagerPred); this.application!.singletonManager!.registerPredicate(this.extManagerPred);
this.resolveExtensionsManager(); this.resolveExtensionsManager();