diff --git a/src/agenda_culturel/models.py b/src/agenda_culturel/models.py index 9a29a40..734b5cc 100644 --- a/src/agenda_culturel/models.py +++ b/src/agenda_culturel/models.py @@ -1279,8 +1279,6 @@ class Event(models.Model): and event_structure["last_modified"] is not None ): d = datetime.fromisoformat(event_structure["last_modified"]) - if d.year == 2024 and d.month > 2: - logger.warning("last modified {}".format(d)) if d.tzinfo is None or d.tzinfo.utcoffset(d) is None: d = timezone.make_aware(d, timezone.get_default_timezone()) event_structure["modified_date"] = d