[FIX] account_banking: removed lingering pdb trace

This commit is contained in:
Pieter J. Kersten
2010-02-10 15:39:29 +01:00
parent bf61ac72ae
commit 38353bfee7

View File

@@ -567,7 +567,6 @@ class banking_import(wizard.interface):
'''
Open a window with the resulting import in error
'''
import pdb; pdb.set_trace()
form = data['form']
return dict(
view_type = 'form',