Commit 50379a80 authored by wenjie.zheng's avatar wenjie.zheng Committed by Sebastien Robin

WorkflowTool.py: remove a unused LOG.

parent ec33f939
......@@ -171,7 +171,6 @@ class WorkflowTool(BaseTool, OriginalWorkflowTool):
# workflow compatibility
action = 'transition_' + action_ref
else: action = action_ref
LOG(" wf is '%s', action is '%s'"%(wf.getId(), action),WARNING, " in WOrkfkowTool.py 174")
if wf.isActionSupported(ob, action, **kw):
found = 1
break
......
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