From 4df2efd8adae63000017a609c83ca2fe5d471dc6 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