From 4380e799d7348f3556905057da86a47b98c9abd6 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 30 Jul 2024 23:00:39 +0200 Subject: [PATCH] remove pdb --- lot/forms.py | 1 - 1 file changed, 1 deletion(-) 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