X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fhomeview.py;h=a261bc36012b3b0e6edbb2934dfc5f68a58aad47;hb=c3e4c7823d9d1ec5af210fa9a7d83a157d86ab4e;hp=1fe1d2a35ef626ea0b126800c78cfe7892d5712e;hpb=e0efd93f0af07b79ca676585333114aaeadf359c;p=unfold.git diff --git a/portal/homeview.py b/portal/homeview.py index 1fe1d2a3..a261bc36 100644 --- a/portal/homeview.py +++ b/portal/homeview.py @@ -61,7 +61,6 @@ class HomeView (FreeAccessView, ThemeView): elif auth_result is not None: user=auth_result if user.is_active: - print "LOGGING IN" login(request, user) if request.user.is_authenticated():