From 1412cefd198db16e76b01129724e5876d66bba7a Mon Sep 17 00:00:00 2001
From: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
Date: Fri, 18 Feb 2011 02:01:42 +0000
Subject: [PATCH] Remove pdb

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43457 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/Document/AccountTypeConstraint.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/product/ERP5/Document/AccountTypeConstraint.py b/product/ERP5/Document/AccountTypeConstraint.py
index 3c390cda4c..724c90c630 100644
--- a/product/ERP5/Document/AccountTypeConstraint.py
+++ b/product/ERP5/Document/AccountTypeConstraint.py
@@ -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()
-- 
2.30.9