From: Matías Aguirre Date: Sun, 14 Aug 2011 09:12:53 +0000 (-0300) Subject: Remove more lame prints X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e8f28fc8cd14cb1800fbffa86eebb7dfeb754d66;p=django-social-auth.git Remove more lame prints --- diff --git a/social_auth/views.py b/social_auth/views.py index 4325743..c05d24a 100644 --- a/social_auth/views.py +++ b/social_auth/views.py @@ -50,9 +50,7 @@ def dsa_view(redirect_name=None): redirect = reverse(redirect_name, args=(backend,)) else: redirect = request.path - print "BACKEND:", backend backend = get_backend(backend, request, redirect) - print "BACKEND:", backend if not backend: return HttpResponseServerError('Incorrect authentication ' + \