[FIX] Remove pdb... no comment...

bzr revid: joel.grandguillaume@camptocamp.com-20120621114916-a0uy3ipru8usgzo0
This commit is contained in:
Joël Grand-Guillaume 2012-06-21 13:49:16 +02:00
parent 2911d6a8c5
commit 28908bea00
1 changed files with 0 additions and 1 deletions

View File

@ -283,7 +283,6 @@ class account_bank_statement(osv.osv):
create the move from.
:return: int/long of the res.partner to use as counterpart
"""
import pdb;pdb.set_trace()
partner_id = ((st_line.partner_id) and st_line.partner_id.id) or False
return partner_id