From 876eee96d3099c59c168432fc89b3ec4ac860d3a Mon Sep 17 00:00:00 2001 From: Kamil Dobrzynski Date: Wed, 17 Jan 2018 15:28:43 +0100 Subject: [PATCH] clean up --- src/app/components/switch-account/switch-account.component.ts | 1 - 1 file changed, 1 deletion(-) 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) }