From e593586b901ddbdd0e5af1bb5c0183d134af5ab1 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sat, 7 Jun 2008 00:10:51 +0200 Subject: [PATCH] * Remove debug output. --- conf/auth/mysql_login.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/auth/mysql_login.py b/conf/auth/mysql_login.py index 6dae938..3c97dce 100644 --- a/conf/auth/mysql_login.py +++ b/conf/auth/mysql_login.py @@ -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: -- 2.30.2