diff --git a/files/classes/comment.py b/files/classes/comment.py index f0cbbcacc..838c0a2a8 100644 --- a/files/classes/comment.py +++ b/files/classes/comment.py @@ -95,11 +95,6 @@ class Comment(Base): if self.downvotes > 5 and 0.25 < self.upvotes / self.downvotes < 4: return True return False - @property - @lazy - def created_datetime(self): - return time.strftime("%d/%B/%Y %H:%M:%S UTC", time.gmtime(self.created_utc)) - @property @lazy def age_string(self):