improved role management

Change-Id: Iaf87385269b2195ba964a951939deca6be938013
Signed-off-by: lombardofr <lombardo@everyup.it>
diff --git a/authosm/views.py b/authosm/views.py
index f82f4dd..2cfe043 100644
--- a/authosm/views.py
+++ b/authosm/views.py
@@ -26,8 +26,7 @@
 
     error_message = ''
     if request.POST:
-        print request.POST.get('username')
-        print request.POST.get('password')
+        
         next_page = request.POST.get('next')
         next_page = urllib.unquote(next_page).decode('iso-8859-2')
         try: