We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d17d50a commit 40e4647Copy full SHA for 40e4647
timeless-api/src/main/webui/src/app/app.component.ts
@@ -1,7 +1,6 @@
1
import { Component } from '@angular/core';
2
import { RouterOutlet } from '@angular/router';
3
import { Toast } from 'primeng/toast';
4
-import { MessageService } from 'primeng/api';
5
6
@Component({
7
selector: 'app-root',
@@ -11,8 +10,6 @@ import { MessageService } from 'primeng/api';
11
10
providers: [],
12
})
13
export class AppComponent {
14
- constructor() {
15
- console.log('AppComponent initialized');
16
- }
+ constructor() {}
17
title = 'timeless';
18
}
0 commit comments