Remove unneeded use of DocumentProxy.agenda
- Legacy-Id: 3910
This commit is contained in:
parent
12eaebbe09
commit
8153552ed5
|
@ -224,9 +224,6 @@ def agenda_docs(date, next_agenda):
|
|||
if m.latest_event(TelechatDocEvent, type="scheduled_for_telechat").telechat_date != date:
|
||||
continue
|
||||
|
||||
if next_agenda and not m.agenda:
|
||||
continue
|
||||
|
||||
if m.docalias_set.filter(name__startswith="rfc"):
|
||||
rfcmatches.append(m)
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue