From: Matías Aguirre Date: Sun, 14 Aug 2011 09:07:13 +0000 (-0300) Subject: Remove lame print :-/ X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7171b0fe4b9f493b5072f48c1372fa28ac031334;p=django-social-auth.git Remove lame print :-/ --- diff --git a/social_auth/context_processors.py b/social_auth/context_processors.py index d0b8d66..e905839 100644 --- a/social_auth/context_processors.py +++ b/social_auth/context_processors.py @@ -22,7 +22,6 @@ def social_auth_by_type_backends(request): data['not_associated'] = group_backend_by_type(data['not_associated']) data['associated'] = group_backend_by_type(data['associated'], key=lambda assoc: assoc.provider) - print data return {'social_auth': data}