X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=rest%2Fcredentials.py;h=a8c8ba7e4833b152347c53cdeca7989ee01684ed;hb=edd95f44b75c82e5a887272a36d4d9d1542d62a3;hp=632600a3513c2c8211ef0bf4d74b180ef056fbf8;hpb=2842fc88e027493dd9ae00e0f8a69a86f3d50680;p=myslice.git 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 :