mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[FIX] account_banking: removed lingering pdb trace
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user