[Erp5-report] r39195 jm - /erp5/trunk/products/ERP5Type/patches/WorkflowTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Oct 14 19:17:03 CEST 2010


Author: jm
Date: Thu Oct 14 19:17:03 2010
New Revision: 39195

URL: http://svn.erp5.org?rev=39195&view=rev
Log:
Remove breakpoint

Modified:
    erp5/trunk/products/ERP5Type/patches/WorkflowTool.py

Modified: erp5/trunk/products/ERP5Type/patches/WorkflowTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/patches/WorkflowTool.py?rev=39195&r1=39194&r2=39195&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/patches/WorkflowTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/patches/WorkflowTool.py [utf8] Thu Oct 14 19:17:03 2010
@@ -830,7 +830,6 @@ class WorkflowMethod( Method ):
 
         """ Invoke the wrapped method, and deal with the results.
         """
-        instance.pdb()
         wf = getToolByName(instance, 'portal_workflow', None)
         if wf is None or not hasattr(wf, 'wrapWorkflowMethod'):
             # No workflow tool found.




More information about the Erp5-report mailing list