Skip to content

Commit

Permalink
removes logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Peter committed Sep 2, 2024
1 parent 88d1dbe commit e42afdb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e42afdb

Please sign in to comment.