Browse Source

Remove unecessary code

Alexandre Aubin 6 years ago
parent
commit
65648d1efc
1 changed files with 0 additions and 4 deletions
  1. 0 4
      coin/billing/forms.py

+ 0 - 4
coin/billing/forms.py

@@ -15,7 +15,3 @@ def validate_file_extension(value):
 class WizardImportPaymentCSV(forms.Form):
 
     csv_file = forms.FileField(validators=[validate_file_extension])
-
-
-    def analyze_CSV(self):
-        import pdb; pdb.set_trace()