remove pdb
This commit is contained in:
parent
e599743ca8
commit
4df2efd8ad
|
@ -9,7 +9,6 @@ class LotsForm(forms.Form):
|
||||||
)
|
)
|
||||||
|
|
||||||
def clean(self):
|
def clean(self):
|
||||||
# import pdb; pdb.set_trace()
|
|
||||||
self._lots = self.cleaned_data.get("lots")
|
self._lots = self.cleaned_data.get("lots")
|
||||||
return self._lots
|
return self._lots
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue