Skip to content

Commit f2b106c

Browse files
committed
Remove log.assertion that was checking that we covered the edges when we changed documents to always have an iesg state. Commit ready for merge.
- Legacy-Id: 17495
1 parent 8583a0a commit f2b106c

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)