From 8010fc83a4a36b759bdf0ca36f5498a88da8a161 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Mon, 17 Nov 2014 14:22:18 +0100 Subject: [PATCH] Clear Credentials debug removed --- rest/credentials.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/rest/credentials.py b/rest/credentials.py index 632600a3..a8c8ba7e 100644 --- a/rest/credentials.py +++ b/rest/credentials.py @@ -9,8 +9,6 @@ def dispatch(request, action): emails = request.POST.getlist('emails[]') if not emails: emails = request.GET.getlist('emails[]') - import pdb - pdb.set_trace() if emails : for email in emails : try : -- 2.43.0