refactor: Remove print

This commit is contained in:
moanos [he/him] 2024-03-20 14:04:59 +01:00
parent f50d0ae873
commit bf73021885

View File

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