Commit baa91f17 authored by Julien Muchembled's avatar Julien Muchembled

Remove breakpoint

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39195 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bb9703a6
...@@ -830,7 +830,6 @@ class WorkflowMethod( Method ): ...@@ -830,7 +830,6 @@ class WorkflowMethod( Method ):
""" Invoke the wrapped method, and deal with the results. """ Invoke the wrapped method, and deal with the results.
""" """
instance.pdb()
wf = getToolByName(instance, 'portal_workflow', None) wf = getToolByName(instance, 'portal_workflow', None)
if wf is None or not hasattr(wf, 'wrapWorkflowMethod'): if wf is None or not hasattr(wf, 'wrapWorkflowMethod'):
# No workflow tool found. # No workflow tool found.
......
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