From d55abe3372e3eb9356fbdcafc321835f87780efe Mon Sep 17 00:00:00 2001 From: Maximilian Wesener Date: Wed, 31 Jul 2024 10:23:25 +0200 Subject: [PATCH] chore(release): 1227 - fixed links --- .../modal/content/notification-modal-content.component.ts | 3 --- 1 file changed, 3 deletions(-) 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); - } }