Skip to content

Commit 8153552

Browse files
committed
Remove unneeded use of DocumentProxy.agenda
- Legacy-Id: 3910
1 parent 12eaebb commit 8153552

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ietf/iesg/views.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,6 @@ def agenda_docs(date, next_agenda):
224224
if m.latest_event(TelechatDocEvent, type="scheduled_for_telechat").telechat_date != date:
225225
continue
226226

227-
if next_agenda and not m.agenda:
228-
continue
229-
230227
if m.docalias_set.filter(name__startswith="rfc"):
231228
rfcmatches.append(m)
232229
else:

0 commit comments

Comments
 (0)