X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=rest%2Fcredentials.py;h=d95679a4160ce60fd0e8d7f3f74b37c06deabd39;hb=25fd3920e9299a0382c56707cf345e15d608c94f;hp=632600a3513c2c8211ef0bf4d74b180ef056fbf8;hpb=fce39be95fe05bccd1d6b6435451f663df728e97;p=myslice.git diff --git a/rest/credentials.py b/rest/credentials.py index 632600a3..d95679a4 100644 --- a/rest/credentials.py +++ b/rest/credentials.py @@ -9,8 +9,8 @@ def dispatch(request, action): emails = request.POST.getlist('emails[]') if not emails: emails = request.GET.getlist('emails[]') - import pdb - pdb.set_trace() + #import pdb + #pdb.set_trace() if emails : for email in emails : try :