mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-02 12:32:14 +00:00
refactor: cleanup
This commit is contained in:
parent
0134b40531
commit
a7a81affe1
2 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue