refactor: cleanup

This commit is contained in:
Johannes Millan 2019-08-21 01:06:04 +02:00
parent 0134b40531
commit a7a81affe1
2 changed files with 0 additions and 3 deletions

View file

@ -176,8 +176,6 @@ export class AppComponent implements OnInit {
}
@HostListener('window:beforeinstallprompt', ['$event']) onBeforeInstallPrompt(e: any) {
console.log('onBeforeInstallPrompt');
if (IS_ELECTRON || loadFromLs(LS_WEB_APP_INSTALL)) {
return;
}

View file

@ -48,7 +48,6 @@ export class GoogleSyncCfgComponent implements OnInit, OnDestroy {
ngOnInit() {
this._subs.add(this._configService.googleDriveSyncCfg$.subscribe((cfg) => {
console.log(cfg);
this.cfg = {...cfg};
this.tmpSyncFile = this.cfg.syncFileName;
this._cd.detectChanges();