branch | stable |
changeset 8203 | e0efa7583221 |
parent 8050 | 0f3a54c37b05 |
child 8216 | 99ff746e8de8 |
--- a/web/views/workflow.py Wed Feb 08 14:30:51 2012 +0100 +++ b/web/views/workflow.py Fri Feb 10 10:00:00 2012 +0100 @@ -398,10 +398,6 @@ props['fillcolor'] = '#88CC88' else: props['shape'] = 'ellipse' - descr = [] - tr = stateortransition - if descr: - props['label'] += escape('\n'.join(descr)) return props