Remove unneeded use of DocumentProxy.agenda

- Legacy-Id: 3910
This commit is contained in:
Ole Laursen 2012-02-08 12:20:41 +00:00
parent 12eaebbe09
commit 8153552ed5

View file

@ -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: