From e42afdbeb4c3024aa3fb4d27c5f40be16737cec0 Mon Sep 17 00:00:00 2001 From: Dirk Peter Date: Mon, 2 Sep 2024 08:26:14 +0200 Subject: [PATCH] removes logging --- .../components/reminder-drawer/reminder-drawer.component.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/reminder-plugin/components/reminder-drawer/reminder-drawer.component.ts b/src/app/reminder-plugin/components/reminder-drawer/reminder-drawer.component.ts index e4af86a..a31ed18 100644 --- a/src/app/reminder-plugin/components/reminder-drawer/reminder-drawer.component.ts +++ b/src/app/reminder-plugin/components/reminder-drawer/reminder-drawer.component.ts @@ -148,7 +148,6 @@ export class ReminderDrawerComponent implements OnDestroy { this.reminderGroups.forEach((group, index) => { group.reminders.forEach((reminder) => { if (!this._previousState[index]?.includes(reminder.id)) { - console.log('highlight', reminder.id); reminder.changed = true; setTimeout( () => delete reminder.changed,