fix: remove debug message
This commit is contained in:
parent
5f742c60db
commit
4c4cf4afea
@ -261,7 +261,6 @@ class AdoptionNotice(models.Model):
|
|||||||
@property
|
@property
|
||||||
def last_checked_hr(self):
|
def last_checked_hr(self):
|
||||||
time_since_last_checked = timezone.now() - self.last_checked
|
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)
|
return time_since_as_hr_string(time_since_last_checked)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user