Commit d4638c27 authored by Jérome Perrin's avatar Jérome Perrin

remove pdb breakpoint ...



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10220 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 40319cbb
......@@ -55,7 +55,6 @@ class AccountTypeConstraint(Constraint):
"""Implement here the consistency checker
"""
errors = []
import pdb; pdb.set_trace()
if getattr(obj, 'getAccountType', _MARKER) is _MARKER:
errors.append(self._generateError(obj,
N_("Object doesn't have account_type category")))
......
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