Removed an incorrect log.unreachble() invocation.

- Legacy-Id: 16262
This commit is contained in:
Henrik Levkowetz 2019-06-15 21:32:15 +00:00
parent 426870b766
commit be92e6b868

View file

@ -892,7 +892,6 @@ class DocHistory(DocumentInfo):
@property
def docalias(self):
log.unreachable('2019-06-11')
return self.doc.docalias
def is_dochistory(self):