removing new 'active' logic for the time being (#505)

This commit is contained in:
kevgliss 2016-11-16 15:56:24 -08:00 committed by GitHub
parent 851d74da3d
commit 9ac1756011
1 changed files with 1 additions and 2 deletions

View File

@ -118,8 +118,7 @@ class Certificate(db.Model):
@property
def active(self):
if self.endpoints:
return True
return self.notify
@hybrid_property
def expired(self):