From: Ciro Scognamiglio <ciro.scognamiglio@cslash.net>
Date: Mon, 30 Mar 2015 15:54:00 +0000 (+0200)
Subject: merge
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=86006b309677338c1bbedbdab511e0ab3823ef7c;p=myslice.git

merge
---

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():