remove pdbs

This commit is contained in:
Cayo Puigdefabregas 2024-03-26 18:53:17 +01:00
parent 082cf25283
commit 43aad9e187
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ class ContractView(FormView):
success_url = reverse_lazy('promotion:thanks')
def get_context_data(self, **kwargs):
import pdb; pdb.set_trace()
self.context = super().get_context_data(**kwargs)
code = self.request.GET.get("code")
self.get_discount(code)