diff --git a/src/fellchensammlung/models.py b/src/fellchensammlung/models.py index 4e4dca0..f9858f8 100644 --- a/src/fellchensammlung/models.py +++ b/src/fellchensammlung/models.py @@ -261,7 +261,6 @@ class AdoptionNotice(models.Model): @property def last_checked_hr(self): time_since_last_checked = timezone.now() - self.last_checked - print(time_since_as_hr_string(time_since_last_checked)) return time_since_as_hr_string(time_since_last_checked)