remove partial line

This commit is contained in:
Kyle Spearrin 2018-07-25 09:26:04 -04:00
parent 489c7934bf
commit d9a09a815a
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ export class VaultComponent implements OnInit {
const hasEncKey = await this.cryptoService.hasEncKey();
this.showUpdateKey = !hasEncKey;
const isPremium = await this.tokenService.getPremium();
this.showPremiumCallout = ;
this.route.queryParams.subscribe(async (params) => {
await this.syncService.fullSync(false);