fix: remove debug message

This commit is contained in:
2025-01-04 09:50:42 +01:00
parent 5f742c60db
commit 4c4cf4afea

View File

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