remove pdb

This commit is contained in:
Cayo Puigdefabregas 2024-07-30 23:00:39 +02:00
parent e599743ca8
commit 4df2efd8ad
1 changed files with 0 additions and 1 deletions

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