Skip to content

Commit 36fdc2d

Browse files
committed
Improve performance of many document list pages
- Legacy-Id: 17505
1 parent 53de504 commit 36fdc2d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

ietf/doc/expire.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ def expirable_draft(draft):
2828
two functions need to be kept in sync."""
2929
if draft.type_id != 'draft':
3030
return False
31-
log.assertion('draft.get_state_slug("draft-iesg")')
3231
return bool(expirable_drafts(Document.objects.filter(pk=draft.pk)))
3332

3433
nonexpirable_states = [] # type: List[State]

0 commit comments

Comments
 (0)