diff --git a/frontend/src/app/modules/shared/modules/notification/modal/content/notification-modal-content.component.ts b/frontend/src/app/modules/shared/modules/notification/modal/content/notification-modal-content.component.ts index 83b2841050..db45e8b597 100644 --- a/frontend/src/app/modules/shared/modules/notification/modal/content/notification-modal-content.component.ts +++ b/frontend/src/app/modules/shared/modules/notification/modal/content/notification-modal-content.component.ts @@ -28,7 +28,4 @@ import { Notification } from '@shared/model/notification.model'; }) export class NotificationModalContentComponent { @Input() notification: Notification; - constructor() { - setTimeout(() => {console.log(this.notification, "notification")}, 2000); - } }