remove pdb
This commit is contained in:
parent
e599743ca8
commit
4df2efd8ad
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue