Skip to content

Commit 5a5bb1f

Browse files
committed
Removed useless code.
- Legacy-Id: 12718
1 parent 823dd98 commit 5a5bb1f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ietf/doc/models.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,6 @@ def save(self, *args, **kwargs):
503503
super(Document, self).save(*args, **kwargs)
504504

505505
def telechat_date(self, e=None):
506-
if hasattr(self, '_telechat_date'):
507-
return self._telechat_date
508506
if not e:
509507
e = self.latest_event(TelechatDocEvent, type="scheduled_for_telechat")
510508
return e.telechat_date if e and e.telechat_date and e.telechat_date >= datetime.date.today() else None

0 commit comments

Comments
 (0)