diff --git a/src/agenda_culturel/views.py b/src/agenda_culturel/views.py index 5664e4e..fbce8ae 100644 --- a/src/agenda_culturel/views.py +++ b/src/agenda_culturel/views.py @@ -452,7 +452,6 @@ class EventUpdateView( def get_form_kwargs(self): kwargs = super().get_form_kwargs() - logger.warning("les daaates " + str(self.get_object().modified_date) + " " + str(self.get_object().imported_date) + " " + str((self.get_object().modified_date - self.get_object().created_date).total_seconds())) if not self.get_object().modified(): messages.warning(self.request, _("Please note that this event has not been modified since it was last updated by import. If you modify any information from this import, the event will be desynchronized with the source, and will need to be merged with each future automatic import."))