diff --git a/src/app/components/switch-account/switch-account.component.ts b/src/app/components/switch-account/switch-account.component.ts index 51c6b7d..b2c518a 100644 --- a/src/app/components/switch-account/switch-account.component.ts +++ b/src/app/components/switch-account/switch-account.component.ts @@ -26,7 +26,6 @@ export class SwitchAccountComponent implements OnInit { ngOnInit() { this.getAccounts().then(() => { - console.log("his.isCurrentAccountExists)", this.isCurrentAccountExists) if (!this.isCurrentAccountExists) { this.menuService.enabledWorkspace(false) }