feat: remove batch manager

This commit is contained in:
Antonella Sgarlatta
2021-06-07 16:32:28 -03:00
parent 3d2b4e3521
commit e24734e3cd
7 changed files with 3 additions and 100 deletions

View File

@@ -213,11 +213,6 @@ export class WebApplication extends SNApplication {
async openModalComponent(component: SNComponent): Promise<void> {
switch (component.package_info?.identifier) {
case 'org.standardnotes.batch-manager':
if (!await this.authorizeBatchManagerAccess()) {
return;
}
break;
case 'org.standardnotes.cloudlink':
if (!await this.authorizeCloudLinkAccess()) {
return;