diff --git a/lot/forms.py b/lot/forms.py index b053a51..cc396f1 100644 --- a/lot/forms.py +++ b/lot/forms.py @@ -9,7 +9,6 @@ class LotsForm(forms.Form): ) def clean(self): - # import pdb; pdb.set_trace() self._lots = self.cleaned_data.get("lots") return self._lots