Commit 1412cefd authored by Arnaud Fontaine's avatar Arnaud Fontaine

Remove pdb

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43457 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8c5810ce
......@@ -69,7 +69,6 @@ class AccountTypeConstraint(ConstraintMixin):
if len(constraint_line_list) == 0:
raise NotImplementedError(
"AccountTypeConstraint does not define an account type mapping lines")
import pdb; pdb.set_trace()
for constraint_line in constraint_line_list:
gap = constraint_line.getGap()
account_type_list = contraint_line.getAccountTypeList()
......
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