clean up
This commit is contained in:
parent
b3d24b61d9
commit
8e5525741f
|
@ -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));
|
||||
|
||||
|
|
Loading…
Reference in New Issue