supression d'un log inutile

This commit is contained in:
Jean-Marie Favreau 2024-05-01 16:19:16 +02:00
parent a8aaece180
commit 2d157c29ec
1 changed files with 0 additions and 1 deletions

View File

@ -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