drop pdbs
This commit is contained in:
parent
7cd59b4598
commit
f6d4c48487
|
@ -1169,7 +1169,6 @@ class EditTransferForm(TransferForm):
|
||||||
)
|
)
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
# import pdb;pdb.set_trace()
|
|
||||||
super().__init__(*args, **kwargs)
|
super().__init__(*args, **kwargs)
|
||||||
del self.type
|
del self.type
|
||||||
|
|
||||||
|
|
Reference in New Issue