Commit 6f338837 authored by wenjie.zheng's avatar wenjie.zheng

WorkflowTool.py: clean up.

parent bc3677f1
......@@ -560,8 +560,6 @@ class WorkflowTool(BaseTool, OriginalWorkflowTool):
return workflow
def getChainDict(self):
"""Test if the given transition exist from the current state.
"""
chain_dict = {}
for portal_type, wf_id_list in self._chains_by_type.iteritems():
for wf_id in wf_id_list:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment