diff --git a/src/fellchensammlung/models.py b/src/fellchensammlung/models.py index 47031d7..139c9ea 100644 --- a/src/fellchensammlung/models.py +++ b/src/fellchensammlung/models.py @@ -120,7 +120,6 @@ class Animal(models.Model): @property def photos_list(self): """""" - print(self.photos.all()) return self.photos.all() def get_absolute_url(self):