From bf730218857713c4f8edd8bd87f1996bbc53b1cd Mon Sep 17 00:00:00 2001 From: moanos Date: Wed, 20 Mar 2024 14:04:59 +0100 Subject: [PATCH] refactor: Remove print --- src/fellchensammlung/models.py | 1 - 1 file changed, 1 deletion(-) 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):