We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8583a0a commit f2b106cCopy full SHA for f2b106c
1 file changed
ietf/doc/expire.py
@@ -28,7 +28,6 @@ def expirable_draft(draft):
28
two functions need to be kept in sync."""
29
if draft.type_id != 'draft':
30
return False
31
- log.assertion('draft.get_state_slug("draft-iesg")')
32
return bool(expirable_drafts(Document.objects.filter(pk=draft.pk)))
33
34
nonexpirable_states = [] # type: List[State]
0 commit comments