diff --git a/product/ERP5/Constraint/AccountTypeConstraint.py b/product/ERP5/Constraint/AccountTypeConstraint.py index ea25ca5a3d072dd97576d6fbc1dfaeef19ce6c7d..2b0cbac0f710db8da150119b603044444e33d34a 100644 --- a/product/ERP5/Constraint/AccountTypeConstraint.py +++ b/product/ERP5/Constraint/AccountTypeConstraint.py @@ -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")))