remove pdb

This commit is contained in:
Cayo Puigdefabregas 2024-07-30 23:00:39 +02:00
parent 1c40848996
commit 4380e799d7

View file

@ -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