forked from MarseyWorld/MarseyWorld
remove unused property
parent
f37e1dc702
commit
cc5e195228
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue