diff --git a/src/agenda_culturel/models.py b/src/agenda_culturel/models.py index 074aff1..3d0303b 100644 --- a/src/agenda_culturel/models.py +++ b/src/agenda_culturel/models.py @@ -463,7 +463,6 @@ class Event(models.Model): if not self.exact_location: for p in Place.objects.all(): if p.match(self): - logger.warning("Found a place for an imported event: " + p.name) self.exact_location = p break