supression d'un log inutile
This commit is contained in:
parent
a8aaece180
commit
2d157c29ec
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user