diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 4cac7882..dd3e8bad 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -62,11 +62,6 @@ export class AppComponent implements OnInit, OnDestroy { } ngOnInit(): void { - // //Test - // setInterval(() => { - // this.notificationService.notify('https://files.mastodon.social/accounts/avatars/000/520/226/original/fb37ef31376e5dfc.png', 500, null, true); - // }, 50); - // disable tutorial for future update localStorage.setItem('tutorial', JSON.stringify(true));