diff --git a/ietf/group/dot.py b/ietf/group/dot.py index d8df214c6..6c354a40a 100644 --- a/ietf/group/dot.py +++ b/ietf/group/dot.py @@ -55,7 +55,6 @@ def get_node_styles(node, group): styles['style'] = 'filled' - log.assertion('node.get_state("draft_iesg")') if node.get_state('draft').slug == 'rfc': styles['shape'] = 'box' elif not node.get_state('draft-iesg').slug in ['idexists', 'watching', 'dead']: