Commit 23a9408c authored by Rafael Monnerat's avatar Rafael Monnerat

Remove pdb (sorry).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42093 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 77564f93
......@@ -133,7 +133,6 @@ class Transition(XMLObject):
form_kw = {}
script_id = self.getBeforeScriptId()
if script_id is not None:
import pdb;pdb.set_trace()
script = getattr(document, script_id)
script(**form_kw)
......
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