web/views/workflow.py
changeset 8216 99ff746e8de8
parent 8190 2a3c1b787688
parent 8203 e0efa7583221
child 8482 0044a29ea118
--- a/web/views/workflow.py	Fri Feb 10 16:31:39 2012 +0100
+++ b/web/views/workflow.py	Fri Feb 10 16:53:52 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