remove pdbs

This commit is contained in:
Cayo Puigdefabregas 2024-10-15 17:57:45 +02:00
parent 003d224c3e
commit 2f9b61667d
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ class PasswordResetView(auth_views.PasswordResetView):
success_url = reverse_lazy('login:password_reset_done')
def form_valid(self, form):
import pdb; pdb.set_trace()
try:
response = super().form_valid(form)
return response