summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-10-04 00:57:46 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2010-10-04 00:57:46 -0400
commit360a6965eb904e447981c8f6c497097428318e15 (patch)
treeab5fb9dcdda5b7ad2fdbea8a7fddc5d0d24485f4
parent4a1904ac3c20eb8a30e51789485c6f5c3cb7e6e9 (diff)
downloadaskbot-360a6965eb904e447981c8f6c497097428318e15.tar.gz
askbot-360a6965eb904e447981c8f6c497097428318e15.tar.bz2
askbot-360a6965eb904e447981c8f6c497097428318e15.zip
removed a debugging print statement
-rw-r--r--askbot/deps/django_authopenid/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/askbot/deps/django_authopenid/views.py b/askbot/deps/django_authopenid/views.py
index 3e06788f..c27025bd 100644
--- a/askbot/deps/django_authopenid/views.py
+++ b/askbot/deps/django_authopenid/views.py
@@ -330,7 +330,6 @@ def signin(
provider_name = ldap_provider_name,
method = 'ldap'
)
- print user
if user is not None:
login(request, user)
return HttpResponseRedirect(next_url)