* Remove debug output.
authorMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Fri, 6 Jun 2008 22:10:51 +0000 (00:10 +0200)
committerMatthijs Kooijman <matthijs@stdio.flexvps.nl>
Fri, 6 Jun 2008 22:10:51 +0000 (00:10 +0200)
conf/auth/mysql_login.py

index 6dae938a843b42cc192870762082b81b7cce6dd1..3c97dce787aba69d73a2a32585662f00757037fa 100644 (file)
@@ -115,7 +115,6 @@ class mysql_login:
             u.email = email
             #u.remember_me = 0 # 0 enforces cookie_lifetime config param
             u.create_or_update(True)
-            request.log(u.__repr__())
 
             return u, True # moin_session has to set the cookie
         except: