From c3e4c7823d9d1ec5af210fa9a7d83a157d86ab4e Mon Sep 17 00:00:00 2001
From: Ciro Scognamiglio <ciro.scognamiglio@cslash.net>
Date: Mon, 30 Mar 2015 17:54:00 +0200
Subject: [PATCH] merge

---
 portal/homeview.py | 1 -
 1 file changed, 1 deletion(-)

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